Component Preset Groups

Some components have a collection of option/value pairs available, which enable the user to choose complex settings using a single command, such as when choosing a Dataflow setting level.

List Preset Groups

To list the component preset groups for a given component:

qacli pprops -c <component_key> --list-preset-groups

List Presets

To list the available presets in a group, for a given component:

qacli pprops -c <component_key> -g <name> -i

Enable Presets

To enable a preset on a component in a project:

qacli pprops -c <component_key> -g <name> --set <presetname> -P <directory>