CONVERGE Horizon CommandsΒΆ
The general format for CONVERGE Horizon commands is:
horizon <command> [options] [arguments]
You can run the commands without specifying arguments at the command line. You will be prompted for any arguments that were not specified.
The following commands are available:
General CLI Options
All commands support the general options listed below. Refer to the documentation of individual commands for options that are specific to those commands.
--help, -hShow help text.
--silentDo not show any output messages.
--quiet, -qShow only error messages. Suppress all other output.
--version, -vShow CLI version.
--ansiEnable ANSI output (default).
--no-ansiDisable ANSI output.
--no-interaction, -nDo not show interactive prompts.
--env=ENVRun the command under the environment specified in ENV.
--verbose=1|2|3, -v|vv|vvvSet the verbosity of output messages.
1 = Normal,2 = More verbose,3 = Most verbose (used for debugging).