We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f3d72 commit 9769f8eCopy full SHA for 9769f8e
linodecli/plugins/obj/__init__.py
@@ -649,7 +649,7 @@ def _cleanup_keys(client: CLI, options) -> None:
649
cleanup_message = (
650
"Cleaning up old linode-cli generated Object Storage keys."
651
)
652
- if not options.force_key_cleanup:
+ if not options.force_key_cleanup and not options.key_cleanup_enabled:
653
cleanup_message += (
654
" To disable this, use the '--key-cleanup-enabled no' option."
655
0 commit comments