Logs in for the STACKIT Terraform Provider and SDK
Logs in for the STACKIT Terraform Provider and SDK using a user account. The authentication is done via a web-based authorization flow, where the command will open a browser window in which you can login to your STACKIT account. The credentials are stored separately from the CLI authentication and will be used by the STACKIT Terraform Provider and SDK.
stackit auth api login [flags]
Login for the STACKIT Terraform Provider and SDK. This command will open a browser window where you can login to your STACKIT account
$ stackit auth api login
-h, --help Help for "stackit auth api login"
-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 auth api - Manages authentication for the STACKIT Terraform Provider and SDK