Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JRMendDemo authored Jun 26, 2024
1 parent 4e9a4fe commit 1e4de94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ Keep the last month for both PRODUCT_1 and PRODUCT_2, but do not delete projects

---

## Removing >5k Projects
If attempting to a large amount of the projects, the following configuraiton is recommended:
`mend_sca_cleanup_tool -r 5 -m FilterProjectsByLastCreatedCopies -u <USER_KEY> -k <ORG_TOKEN> -ss true -s true`
This configuration will keep the last 5 projects in any given product, skip report generation and the summary at the end of script execution. If you wish to generate reports, it is recommended to do so for 1 product at a time using the -i parameter.

## Full Usage flags:
```shell
Expand Down

0 comments on commit 1e4de94

Please sign in to comment.