getOptions

Prints to the standard output C/C++ managed build, launch configuration or RSE system settings.

Syntax
ecd.exe -getOptions -project path [-config name | -allConfigs] [- file path] [-option option-name] [-launchConfig name | - allLaunchConfigs] [-rseSystem name | -allRseSystems]

Parameters

-config

The build configuration name. If the -config flag isn't specified, the default build configuration is used.

-allConfigs

Specifies that all build configurations will be edited or listed

-file

The file path of a file included in the project. If the -file flag is specified, a file-level setting is retrieved instead of a build configuration level setting(s). The -file flag does not apply to the -launchConfig , -allLaunchConfigs and -rseSystem flags.

-option

If the option setting isn't specified, all options are printed in a key=value format instead of a single option value, which could be used for discovering the list of option ids in a given build configuration, launch configuration or RSE system.

-option-name

Specify the option name.

-launchConfig

The launch configuration name. Allows retrieving launch configuration settings.

-allLaunchConfigs

Allow retrieving all launch configuration settings.

-rseSystem

The RSE system name. Allow retrieving RSE system settings.

-allRseSystems

Lets you retrieve RSE targets and connections settings.