checkConfig Command Reference
The following table lists the options you can specify when running the checkConfig
command. To view the list of options, run the following command:
For Linux Platform
./checkConfig --help
For Windows Platform
./checkConfig.exe --help
Option | Required? | Description |
---|---|---|
-b / --base_dir <Base directory path> | No |
The base directory in which the checkConfig utility files are located. If not specified, the current directory is considered as base location directory. Default: |
--daaFolder <Directory path> | Yes | Location of the folder containing the DAA file, YAML file, Node_JVM arguments file, and log4j configuration file. |
--debug <Boolean (true/false)> | No |
Prints verbose output when set to true. Default: false. |
-h / --help | No | Help for checkConfig command. |
--config <Configuration file> | No |
Configuration YAML file in which you can specify arguments to be passed to the command. Default: |
-v / --version | No | Displays version of the checkConfig command. |