qacli project remove

Remove Helix QAC configuration files and locks from a project.

Usage

project remove {-L|-F} -P <directory> [--] [-h]

Extended Description

Enables the removal of project locks and the removal of the entire Helix QAC configuration for a project.

Options

Name, shorthand Default Description
‑‑files, ‑F   Remove all traces of a Helix QAC project from a project directory. This will not remove your source or other files.
‑‑help, ‑h   Displays usage information and exits.
‑‑ignore‑rest, ‑‑   Ignores the rest of the labeled arguments following this flag.
‑‑locks, ‑L  
This will remove any lock files that may have been left behind due to Helix QAC exiting abnormally. Lock files are used to ensure that no mutually exclusive operations are executed on a project from different sources.
‑‑qaf‑project, ‑P . Specify a path to a valid Helix QAC project.

Examples

Removing a Lock From a Project

This will remove any open locks from a Helix QAC project:

qacli project remove --locks

Remove Helix QAC Project

This command will remove all Helix QAC configuration files for a project:

qacli project remove --files

It will not remove any users' source files.

This operation is not reversible.