You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manages authentication for the STACKIT Terraform Provider and SDK
4
+
5
+
### Synopsis
6
+
7
+
Manages authentication for the STACKIT Terraform Provider and SDK.
8
+
9
+
These commands allow you to authenticate with your personal STACKIT account
10
+
and share the credentials with the STACKIT Terraform Provider and SDK.
11
+
This provides an alternative to using service accounts for local development.
12
+
13
+
```
14
+
stackit auth api [flags]
15
+
```
16
+
17
+
### Options
18
+
19
+
```
20
+
-h, --help Help for "stackit auth api"
21
+
```
22
+
23
+
### Options inherited from parent commands
24
+
25
+
```
26
+
-y, --assume-yes If set, skips all confirmation prompts
27
+
--async If set, runs the command asynchronously
28
+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
29
+
-p, --project-id string Project ID
30
+
--region string Target region for region-specific requests
31
+
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
32
+
```
33
+
34
+
### SEE ALSO
35
+
36
+
*[stackit auth](./stackit_auth.md) - Authenticates the STACKIT CLI
37
+
*[stackit auth api get-access-token](./stackit_auth_api_get-access-token.md) - Prints a short-lived access token for the STACKIT Terraform Provider and SDK
38
+
*[stackit auth api login](./stackit_auth_api_login.md) - Logs in for the STACKIT Terraform Provider and SDK
39
+
*[stackit auth api logout](./stackit_auth_api_logout.md) - Logs out from the STACKIT Terraform Provider and SDK
40
+
*[stackit auth api status](./stackit_auth_api_status.md) - Shows authentication status for the STACKIT Terraform Provider and SDK
Logs in for the STACKIT Terraform Provider and SDK
4
+
5
+
### Synopsis
6
+
7
+
Logs in for the STACKIT Terraform Provider and SDK using a user account.
8
+
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.
9
+
The credentials are stored separately from the CLI authentication and will be used by the STACKIT Terraform Provider and SDK.
10
+
11
+
```
12
+
stackit auth api login [flags]
13
+
```
14
+
15
+
### Examples
16
+
17
+
```
18
+
Login for the STACKIT Terraform Provider and SDK. This command will open a browser window where you can login to your STACKIT account
19
+
$ stackit auth api login
20
+
```
21
+
22
+
### Options
23
+
24
+
```
25
+
-h, --help Help for "stackit auth api login"
26
+
```
27
+
28
+
### Options inherited from parent commands
29
+
30
+
```
31
+
-y, --assume-yes If set, skips all confirmation prompts
32
+
--async If set, runs the command asynchronously
33
+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
34
+
-p, --project-id string Project ID
35
+
--region string Target region for region-specific requests
36
+
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
37
+
```
38
+
39
+
### SEE ALSO
40
+
41
+
*[stackit auth api](./stackit_auth_api.md) - Manages authentication for the STACKIT Terraform Provider and SDK
0 commit comments