Command Central 10.15 | Using the Command Line Interface | Options for the Commands | configuration-file
 
configuration-file
Specifies the location of the configuration file that contains a list of configuration properties, such as SSL, server, username, and password settings.
Syntax
--configuration-file path
Arguments
Argument
Description
path
Specifies the fully qualified path to the location of the configuration properties file.
The default Command Central cc.properties file is located in the Software AG_directory \CommandCentral\client\conf directory.
Note:
You can specify a relative path to the current execution directory of the sagcc command if you have set the CC_CLI_HOME and PATH environment variables.
Usage Notes
*When you include both the --configuration-file and the -ssl-truststore-password options, Command Central uses the password specified in the -ssl-truststore-password option.
*If you do not want to specify the SSL truststore options for each command execution, you can include the--ssl-truststore-file, --ssl-truststore-password, and --ssl-trust-all-hosts options in a custom cc.properties file and specify the path to the location of that file in the --configuration-file option. For more information about creating a custom configuration properties file, see Update the SSL Connection Settings for the CLI.
Example
To execute the command with the Command Central default configuration file:
--configuration-file Software AG_directory\CommandCentral\client\conf\cc.properties