Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.66 KB

File metadata and controls

45 lines (32 loc) · 1.66 KB

stackit beta routing-table

Manage routing-tables and its according routes

Synopsis

Manage routing tables and their associated routes.

This functionality is currently in BETA. At this stage, only listing and describing routing-tables, as well as full CRUD operations for routes, are supported. This feature is primarily intended for debugging routes created through Terraform.

Once the feature reaches General Availability, we plan to introduce support for creating routing tables and attaching them to networks directly via the CLI. Until then, we recommend users continue managing routing tables and attachments through the Terraform provider.

stackit beta routing-table [flags]

Options

  -h, --help   Help for "stackit beta routing-table"

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