Skip to content
SHC Docs

shc retention set

set retention policy

Persist per-scope retention counts. At least one of —daily / —weekly / —monthly / —yearly must be supplied. The implicit scope can be narrowed with —stack on the parent command.

shc retention set [flags]
--daily int daily backups to keep
-h, --help help for set
--monthly int monthly backups to keep
--weekly int weekly backups to keep
--yearly int yearly backups to keep
--config stringArray extra YAML config file to layer on top of auto-discovered config; repeatable, later files win
-d, --debug enable debug mode (default: $SHC_DEBUG)
-e, --environment string environment name (default: $SHC_ENVIRONMENT)
--exclude string comma-separated dotted paths to drop
--fields string comma-separated columns/keys to show (and their order)
--filter string comma-separated dotted paths to keep (drops everything else)
-o, --output string output format: tty|text|json|yaml (default: $SHC_OUTPUT)
-s, --stack string stack to show policy for
-t, --tenant string tenant name (default: $SHC_TENANT)
-v, --verbose verbose output (default: $SHC_VERBOSE)