Skip to content

Command-Line Reference#

Est Shizard provides a Command Line interface to interact with user. CLI allow users to obtain help information for program itself and for each command. See:

est-shizard -h # for est-shizard
est-shizard run -h # for the run command
est-shizard collect -h # for the collect command

Below is the CLI command documentation automatically generated from the source code.

Note

Please note that all command arguments and options are listed in the "Options" section. Arguments can be identified by the absence of any identifier of the form --<option_name>. For example YAML_CONFIG_PATH is an argument, --no-cache is an option.