Updated docs
This commit is contained in:
30
docs/build/html/_sources/cpl_cli.remove.md.txt
vendored
Normal file
30
docs/build/html/_sources/cpl_cli.remove.md.txt
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# cpl remove
|
||||
|
||||
## Contents
|
||||
|
||||
- [Description](#description)
|
||||
- [Arguments](#arguments)
|
||||
|
||||
Removes a project from workspace.
|
||||
|
||||
cpl **remove** *<project>* <br>
|
||||
cpl **r** *<project>* <br>
|
||||
cpl **R** *<project>*
|
||||
|
||||
## Description
|
||||
|
||||
Removes a project reference and the files from workspace.
|
||||
|
||||
If you call the command in a CPL workspace, you can use the project names. Otherwise the paths of the projects must be specified.
|
||||
|
||||
## Arguments
|
||||
|
||||
| Argument | Description | Value type |
|
||||
|-----------------|:---------------------------------:|:----------:|
|
||||
| ```<project>``` | The name of the project to delete | ```str``` |
|
||||
|
||||
## Flags
|
||||
|
||||
| Argument | Description |
|
||||
|------------------|:----------------------------------------------------:|
|
||||
| ```--simulate``` | Specifies whether the command is simulated |
|
||||
Reference in New Issue
Block a user