Updates a STACKIT project
Updates a STACKIT project.
stackit project update [flags]
Update the name of the configured STACKIT project
$ stackit project update --name my-updated-project
Add labels to the configured STACKIT project
$ stackit project update --label key=value,foo=bar
Update the name of a STACKIT project by explicitly providing the project ID
$ stackit project update --name my-updated-project --project-id xxx
-h, --help Help for "stackit project update"
--label stringToString Labels are key-value string pairs which can be attached to a project. A label can be provided with the format key=value and the flag can be used multiple times to provide a list of labels (default [])
--name string Project name
--parent-id string Parent resource identifier. Both container ID (user-friendly) and UUID are supported
-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 project - Manages projects