DAA2Config Command Reference

The following table lists the options you can specify when running the DAA2Config command line tool. To get the list of options, run the following command:

./DAA2Config.sh help
Option Required? Description
-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 full or brief.

  • In the full format, all available fields of each entity are provided in the configuration file, even when the field value is null.

  • In the brief format, only the required fields and the fields which are different from the default values are provided in the configuration file.

For more information, see Understanding Application Configuration YAML File.

Default: full