Skip to content

Commit 37b216d

Browse files
authored
Update README.md
1 parent 1e4de94 commit 37b216d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,11 @@ Keep the last month for both PRODUCT_1 and PRODUCT_2, but do not delete projects
8181
---
8282

8383
## Removing >5k Projects
84-
If attempting to a large amount of the projects, the following configuraiton is recommended:
85-
`mend_sca_cleanup_tool -r 5 -m FilterProjectsByLastCreatedCopies -u <USER_KEY> -k <ORG_TOKEN> -ss true -s true`
86-
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.
84+
If attempting to a large amount of the projects, the following configuraiton is recommended:
85+
86+
`mend_sca_cleanup_tool -r 5 -m FilterProjectsByLastCreatedCopies -u <USER_KEY> -k <ORG_TOKEN> -ss true -s true`
87+
88+
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.
8789

8890
## Full Usage flags:
8991
```shell

0 commit comments

Comments
 (0)