ICC --help reference
Name
The --help parameter can show more information about the supported commands:
1 |
ICC --help |
You can specify an action name to see its help content:
1 |
ICC --action <COMMAND_NAME> --help |
Synopsis
1 |
ICC [-h|--help] |
1 |
ICC [-a|--action] <COMMAND_NAME> [-h|--help] |
Options
-a|--action <COMMAND_NAME>
- Specifies the action to see its help content.<COMMAND_NAME>
can be:-h|--help
- Prints out a short help for the command.
Examples
View help of the Create command:
1 |
ICC --action Create --help |
View help of the Upgrade command:
1 |
ICC --action Upgrade --help |
View help of the Delete command:
1 |
ICC --action Delete --help |
View help of the Replicate command:
1 |
ICC --action Replicate --help |
View help of the Reconfigure command:
1 |
ICC --action Reconfigure --help |
View help of the ExportData command:
1 |
ICC --action ExportData --help |
View help of the ImportData command:
1 |
ICC --action ImportData --help |