qacli project remove

Remove Perforce 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 Perforce QAC configuration for a project.

Options

Name, shorthand Default Description
‑‑files, ‑F   Remove all traces of a Perforce 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 Perforce 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 Perforce QAC project.

Examples

Removing a Lock From a Project

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

qacli project remove --locks

Remove Perforce QAC Project

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

qacli project remove --files

It will not remove any users' source files.

This operation is not reversible.