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, -h

Show help text.

--silent

Do not show any output messages.

--quiet, -q

Show only error messages. Suppress all other output.

--version, -v

Show CLI version.

--ansi

Enable ANSI output (default).

--no-ansi

Disable ANSI output.

--no-interaction, -n

Do not show interactive prompts.

--env=ENV

Run the command under the environment specified in ENV.

--verbose=1|2|3, -v|vv|vvv

Set the verbosity of output messages.

1 = Normal,
2 = More verbose,
3 = Most verbose (used for debugging).