release-0.16.0
Our dependencies were updated to the most recent available versions, but nothing significant was changed.
New sub-commands
This release includes the new watch
sub-command, which allows you to run a command continuously, in a somewhat graphical way. This can be useful for awaiting DNS updates, and similar things:
sysbox watch dig -t a example.com
The command will re-run continuously, every five seconds by default, although you can trigger an immediate re-execution by pressing the space-bar. Quit via Ctrl-c
, q
, or escape.