Context Sensitive Help
Information on the available options for a CLI command can be obtained by ending a partial command line with a question mark (“?”). This will cause CLI to print out the available options for the remainder of the command line.
For example:
>backup ?
interval <secs> File rotation interval
url <URL> File upload URL
>backup url ?
url <URL> File upload URL
A CLI command line with only a question mark will result in a list of all CLI commands available to the user.
Last updated