CLI

Commands that relate to the operation of the Command Line Interface itself.

history

Display a list of commands that have been entered.

exit

Exit from the CLI.

help

Get help on commands.

help or ? with no arguments displays a list of commands for which help is available.

help <command> or ? <command> gives help on <command>.

Verbose

The CLI can be set to display more information as operations are performed by turning the verbose session variable to True.

XML formatting

Some commands display XML. The CLI can be set to format XML to be more easily readable by setting pretty to True.

Table Of Contents

Related Topics