DeepSea CLI
deepsea
[--version] [--help] [-l <log_level> |
--log-level=<log_level>]
[--log-file=<path>]
<command> [<args>]
DeepSea CLI is a command-line tool for running DeepSea stages and visualizing their execution progress.
Two modes are
supported for visualizing a stage’s execution
progress.
1) monitoring mode: visualizes the execution progress of
a DeepSea stage triggered by a salt-run command
issued in another terminal session; and
2) stand-alone mode: runs a DeepSea stage while
providing real-time visualization of its component steps as
they are executed.
--help
Shows the help message.
--version
Show installed DeepSea version.
-l <log_level>, --log-level=<log_level>
Sets log level. Possible values are: info error debug silent
Defaults to: info
--log-file=<path>
Sets the log file location.
Defaults to /var/log/deepsea.log
monitor
Starts the stage execution monitor. See deepsea-monitor(1)
stage run
Runs a DeepSea stage and shows its execution progress. See deepsea-stage-run(1)
stage dry-run
Shows the execution steps of a DeepSea stage. See deepsea-stage-show(1)
salt-run state.orch
stage run alias.
Runs a DeepSea stage and shows its execution progress. See
deepsea-stage-run(1)
deepsea.commands(1)