2021-05-17 18:32:09 +02:00
|
|
|
# cpl remove
|
|
|
|
|
|
|
|
## Contents
|
|
|
|
|
|
|
|
- [Description](#description)
|
|
|
|
- [Arguments](#arguments)
|
|
|
|
|
|
|
|
Removes a project from workspace.
|
|
|
|
|
|
|
|
cpl **remove** *<project>* <br>
|
|
|
|
cpl **r** *<project>* <br>
|
|
|
|
cpl **R** *<project>*
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
2021-11-01 20:43:25 +01:00
|
|
|
Removes a project reference and the files from workspace.
|
2021-05-17 18:32:09 +02:00
|
|
|
|
2021-11-01 20:43:25 +01:00
|
|
|
If you call the command in a CPL workspace, you can use the project names. Otherwise the paths of the projects must be specified.
|
2021-05-17 18:32:09 +02:00
|
|
|
|
|
|
|
## Arguments
|
|
|
|
|
2022-06-27 21:42:34 +02:00
|
|
|
| Argument | Description | Value type |
|
|
|
|
|-----------------|:---------------------------------:|:----------:|
|
|
|
|
| ```<project>``` | The name of the project to delete | ```str``` |
|
|
|
|
|
|
|
|
## Flags
|
|
|
|
|
|
|
|
| Argument | Description |
|
|
|
|
|------------------|:----------------------------------------------------:|
|
|
|
|
| ```--simulate``` | Specifies whether the command is simulated |
|