From 37b216d6e8c4d49c19fe2e725607443dfd0b366a Mon Sep 17 00:00:00 2001 From: JRMendDemo <122036228+JRMendDemo@users.noreply.github.com> Date: Wed, 26 Jun 2024 16:21:32 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 171ca89..4f96bc6 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,11 @@ 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 -k -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. +If attempting to a large amount of the projects, the following configuraiton is recommended: + +`mend_sca_cleanup_tool -r 5 -m FilterProjectsByLastCreatedCopies -u -k -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