Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.64 KB

stackit_config.md

File metadata and controls

42 lines (30 loc) · 1.64 KB

stackit config

Provides functionality for CLI configuration options

Synopsis

Provides functionality for CLI configuration options. You can set and unset different configuration options via the "stackit config set" and "stackit config unset" commands.

Additionally, you can configure the CLI to use different profiles, each with its own configuration. Additional profiles can be configured via the "STACKIT_CLI_PROFILE" environment variable or using the "stackit config profile set PROFILE" and "stackit config profile unset" commands. The environment variable takes precedence over what is set via the commands.

stackit config [flags]

Options

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

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