DAA2Config Command Reference
The following table lists the options you can specify when running the DAA2Config command-line tool. You can specify the arguments to be passed in the amsgce-runtime-<version>/daautil/bin/DAA2Config.yaml file or you can specify the arguments when running the command. Arguments specified when running the command have precedence over the arguments specified in the YAML file.
To get the list of options, run the following command:
For Linux Platform:
./DAA2Config --help
For Windows Platform:
DAA2Config.exe --help
| Option | Required? | Description |
|---|---|---|
| -b / --base_dir <Base directory path> | N |
The base directory in which the DAA2Config utility files are located. If not specified, the current directory is considered as the base location directory. Default: |
--daaFile <DAA File Location>
|
Y | Location of the DAA file from which to generate the YAML file. Only one DAA file must be specified as an argument. |
--outputLocation <Output Location>
|
N | Location of the folder where you want to generate the output of DAA2Config command-line utility. If unspecified, output files are generated in the same folder where the DAA file is. |
--envName <Environment Name>
|
N |
Name of the ActiveMatrix Service Grid - Container Edition environment. Default: AMXCEEnvironment |
--nodeName <Node name>
|
N |
Name of the ActiveMatrix Service Grid - Container Edition node. Default: AMXCENode |
--format
|
N |
Format of the generated YAML file can be
For more information, see Understanding Application Configuration YAML File. Default: |
| --config <Configuration file> | Optional |
Configuration YAML file in which you can specify arguments to be passed to the command. Default: |
| -v / --version | Optional | Displays version of the DAA2Config executable. |