File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -31,4 +31,5 @@ stackit auth [flags]
31
31
* [ stackit] ( ./stackit.md ) - Manage STACKIT resources using the command line
32
32
* [ stackit auth activate-service-account] ( ./stackit_auth_activate-service-account.md ) - Authenticates using a service account
33
33
* [ stackit auth login] ( ./stackit_auth_login.md ) - Logs in to the STACKIT CLI
34
+ * [ stackit auth logout] ( ./stackit_auth_logout.md ) - Logs the user account out of the STACKIT CLI
34
35
Original file line number Diff line number Diff line change
1
+ ## stackit auth logout
2
+
3
+ Logs the user account out of the STACKIT CLI
4
+
5
+ ### Synopsis
6
+
7
+ Logs the user account out of the STACKIT CLI.
8
+
9
+ ```
10
+ stackit auth logout [flags]
11
+ ```
12
+
13
+ ### Examples
14
+
15
+ ```
16
+ Log out of the STACKIT CLI.
17
+ $ stackit auth logout
18
+ ```
19
+
20
+ ### Options
21
+
22
+ ```
23
+ -h, --help Help for "stackit auth logout"
24
+ ```
25
+
26
+ ### Options inherited from parent commands
27
+
28
+ ```
29
+ -y, --assume-yes If set, skips all confirmation prompts
30
+ --async If set, runs the command asynchronously
31
+ -o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
32
+ -p, --project-id string Project ID
33
+ --verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
34
+ ```
35
+
36
+ ### SEE ALSO
37
+
38
+ * [ stackit auth] ( ./stackit_auth.md ) - Authenticates the STACKIT CLI
39
+
You can’t perform that action at this time.
0 commit comments