help
You can use the help command to view the online help or details about the commands that Orchestration CLI supports.
Overview
You can use the help command alone or in combination with parameters to achieve specific results. You can use the command either with a plan or a model.
Syntax and command line options
You can enter the command as
follows:
ocli [model|plan] help | h <command>
To
view the details of a specific command, add the command
parameter.- Command
- You can specify the command name to view details about it. You must enter the spelled-out form of the command. No abbreviations are supported. You can enter the first word of a command and online help of all commands that begin with that word is displayed.
Examples
- Run the following command to display the list of Orchestration CLI
commands:
ocli [plan|model] help commands
- Run the following command to view the details of display
command:
ocli model help display
- Run the following command to view the details of cancel job and cancel sched
command:
ocli plan help cancel