Creating a Connected Project Using QA·CLI

Creation using the command line is done with the qacli validate connect and qacli validate config commands. You can read about these commands in qacli validate connect and qacli validate config respectively.

To create the connection between the Helix QAC project (in the current directory) and the Validate project:

qacli validate connect --set foo --url prometheus:8888 --qaf-project .
To disable automatic synchronization of Validate diagnostics and suppressions, you can use the argument no-sync-suppression. For more information, refer to Diagnostics and Suppression Synchronization.

You can then upload the current Helix QAC project definition (from the current directory) and configuration to Validate:

qacli validate config --push --qaf-project .