Closed grabango-ttharp closed 1 year ago
Hi @grabango-ttharp
None of the documentation in this repo suggests using "dry_run=true" on the CLI. I believe you're referring to the Server Payload & Parameters, which has the following warning at the top:
⚠️ This section is for the server payload. If you are using the CLI tool, run
gcr-cleaner -h
to see the list of flags and their descriptions.
As the warning implies, please run gcr-cleaner -h
to see the full list of CLI flags and that pertain to the version of gcr-cleaner that you have downloaded.
TL;DR
Running command with -dry_run=true command results in failure. Docs show that command is -dry_run=true command that works is -dry-run=true Help page also shows that the proper command is -dry-run
Expected behavior
-dry-run=true should be changed in docs
Observed behavior
-dry_run=true does not work
Debug log output
Additional information
No response