We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws-nuke version v3.31.0
I'm having to add excludes for resource types that cause verbosity that I have no influence over
resource-types: excludes: # --- Remove verbosity from nuke output --- - CodePipelineCustomActionType # "cannot delete default codepipeline custom action type" - CodeDeployDeploymentConfig # "cannot delete default codedeploy config"
I tried LOGLEVEL warn and error, to no avail. These messages are informational, and pollute the output.
These are just two examples.
The text was updated successfully, but these errors were encountered:
You want the quiet switch. --quiet or -q
Sorry, something went wrong.
No branches or pull requests
aws-nuke version v3.31.0
I'm having to add excludes for resource types that cause verbosity that I have no influence over
I tried LOGLEVEL warn and error, to no avail. These messages are informational, and pollute the output.
These are just two examples.
The text was updated successfully, but these errors were encountered: