qacli config file
Manage configuration files that can be used in a Helix QAC project.
Usage
Extended Description
Helix QAC contains many configuration files, including the RCF (Rule Configuration File), ACF (Analysis Configuration File) and VCF (Version Control File). This command enables you to create a basic, empty file of the correct type and update as needed.
The file is stored in the UDL (User Data Location) i.e. globally available to the installation and can be subsequently used in Helix QAC projects.
Options
Name, shorthand | Default | Description |
---|---|---|
‑‑create, ‑C <type>
|
Create a configuration file for future use in a Helix QAC project.
|
|
‑‑help, ‑h
|
Displays usage information and exits. | |
‑‑ignore‑rest, ‑‑
|
Ignores the rest of the labeled arguments following this flag. |
Examples
Creating a Configuration File
To create a new, basic Analysis Configuration File (ACF), use a command such as:
This will open the default editor on your system with a minimal version of the file (specific to the file type). Modifications can be made and it will be saved to the UDL with name new.<type>
, which in this example would be new.acf
.
If the command is run multiple times then subsequent files will have an incrementing number attached to the file, new(1).acf
, new(2).acf
and so on.