Instructions
You can achieve multiple projects deletion by using a CSV file with all the projects listed.
...
Instructions
Here's how you do it:
- Create a CSV file with all the projects for deletion listed.
- Run a command like the following on CLI terminal:
Code Block |
---|
--action runFromCsv --file "filename.csv" --common "--action deleteProject" --continue |
...
Example of CSV:
Code Block |
---|
project,name TESTJSDTEST,"TestJSDTest" WIT,"withoutWithout" |
Info |
---|
After --file you should use the directory path for the CSV in question. |