Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.52 KB

File metadata and controls

48 lines (33 loc) · 1.52 KB

stackit security-group rule list

Lists all security group rules in a security group of a project

Synopsis

Lists all security group rules in a security group of a project.

stackit security-group rule list [flags]

Examples

  Lists all security group rules in security group with ID "xxx"
  $ stackit security-group rule list --security-group-id xxx

  Lists all security group rules in security group with ID "xxx" in JSON format
  $ stackit security-group rule list --security-group-id xxx --output-format json

  Lists up to 10 security group rules in security group with ID "xxx"
  $ stackit security-group rule list --security-group-id xxx --limit 10

Options

  -h, --help                       Help for "stackit security-group rule list"
      --limit int                  Maximum number of entries to list
      --security-group-id string   The security group ID

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