Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.48 KB

File metadata and controls

51 lines (35 loc) · 1.48 KB

stackit beta sfs snapshot-policy list

Lists all snapshot policies of a project

Synopsis

Lists all snapshot policies of a project.

stackit beta sfs snapshot-policy list [flags]

Examples

  List all snapshot policies
  $ stackit beta sfs snapshot-policy list

  List only mutable snapshot policies
  $ stackit beta sfs snapshot-policy list --immutable mutable-only

  List only immutable snapshot policies
  $ stackit beta sfs snapshot-policy list --immutable immutable-only

  List up to 10 snapshot policies
  $ stackit beta sfs snapshot-policy list --limit 10

Options

  -h, --help               Help for "stackit beta sfs snapshot-policy list"
      --immutable string   Immutable snapshot policy, one of ["all" "immutable-only" "mutable-only"] (default "all")
      --limit int          Maximum number of entries to list

Options inherited from parent commands

  -y, --assume-yes             If set, skips all confirmation prompts
      --async                  If set, runs the command asynchronously
  -o, --output-format string   Output format, one of ["json" "pretty" "none" "yaml"]
  -p, --project-id string      Project ID
      --region string          Target region for region-specific requests
      --verbosity string       Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")

SEE ALSO