You can achieve multiple projects deletion by using a CSV file with all the projects listed.
...
Code Block |
---|
project,name
TEST,"Test"
WIT,"Without"
|
Info |
---|
After --file you should use the directory path for the CSV in question. |
You can achieve multiple projects deletion by using a CSV file with all the projects listed.
...
Code Block |
---|
project,name
TEST,"Test"
WIT,"Without"
|
Info |
---|
After --file you should use the directory path for the CSV in question. |