Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.49 KB

File metadata and controls

50 lines (35 loc) · 1.49 KB

stackit routing-table list

Lists all routing-tables

Synopsis

Lists all routing-tables

stackit routing-table list [flags]

Examples

  List all routing-tables
  $ stackit routing-table list --organization-id xxx --network-area-id yyy

  List all routing-tables with labels
  $ stackit routing-table list --label-selector env=dev,env=rc --organization-id xxx --network-area-id yyy

  List all routing-tables with labels and set limit to 10
  $ stackit routing-table list --label-selector env=dev,env=rc --limit 10 --organization-id xxx --network-area-id yyy

Options

  -h, --help                     Help for "stackit routing-table list"
      --label-selector string    Filter by label
      --limit int                Maximum number of entries to list
      --network-area-id string   Network-Area ID
      --organization-id string   Organization 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