Instructions
You can achieve multiple projects deletion by using a CSV file with all the projects listed.
And then you most run a command like the following:
--action runFromCsv --file "filename.csv" --common "--action deleteProject" --continue
Here’s an example of CSV:
Code Block |
---|
project,name
TESTJSD,"TestJSD"
WIT,"without" |
Info |
---|