ICC --action Create reference
Name
Creates a new instance:
1 |
ICC --action Create |
The --help parameter can show more information about the command:
1 |
ICC --action Create --help |
Synopsis
1 |
ICC [-a|--action] Create [-f|--configuration-file] "<FILE_PATH>" |
1 |
ICC [-a|--action] Create [-h|--help] |
Options
-f|--configuration-file "<FILE_PATH>"
- Specifies the path of the configuration file used to create a new instance. For more information about the configuration file, see Configuration JSON schema.-h|--help
- Prints out a short help for the command.
Examples
Create a new instance:
1 |
ICC --action Create --configuration-file "C:\identify-configuration\create_instance.json" |