Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.22 KB

stackit_beta.md

File metadata and controls

46 lines (32 loc) · 1.22 KB

stackit beta

Contains beta STACKIT CLI commands

Synopsis

Contains beta STACKIT CLI commands. The commands under this group are still in a beta state, and functionality may be incomplete or have breaking changes.

stackit beta [flags]

Examples

  See the currently available beta commands
  $ stackit beta --help

  Execute a beta command
  $ stackit beta MY_COMMAND

Options

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

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