Displaying Help for the Command Line Interface

About this task

Important: Beginning with Command Central release 9.12, the cc ID of the Command Central command line interface, which is used in the command syntax, is deprecated and replaced by sagcc.

You can display help for the command line interface tool from the command prompt.

To display help for the command line interface tool.

Procedure

  • To display general help that includes operations and common options, enter sagcc with no other arguments. For example:
    sagcc
  • To display a list of Command Central commands, including the syntax of the commands, use the {--help | -h} option. Also include the {--server | -s} option to identify a Command Central server. For example:
    sagcc --help --server http://rubicon:8090/cce
    Note: If you omit the {-server | -s} option, the command uses the value from the CC_SERVER environment variable.
  • To display a list of Platform Manager commands, including the syntax of the commands, use the {--help | -h} option. Also include the {--server | -s} option to identify a Platform Manager server. For example:
    sagcc --help --server http://spm:8092/spm
    Note: If you omit the {-server | -s} option, the command uses the value from the CC_SERVER environment variable.