Manage the CLI configuration profiles
Manage the CLI configuration profiles. The profile to be used can be managed 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. When no profile is set, the default profile is used.
stackit config profile [flags]
-h, --help Help for "stackit config profile"
-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")
- stackit config - Provides functionality for CLI configuration options
- stackit config profile create - Creates a CLI configuration profile
- stackit config profile delete - Delete a CLI configuration profile
- stackit config profile export - Exports a CLI configuration profile
- stackit config profile import - Imports a CLI configuration profile
- stackit config profile list - Lists all CLI configuration profiles
- stackit config profile set - Set a CLI configuration profile
- stackit config profile unset - Unset the current active CLI configuration profile