Skip to content

Commit 455fd95

Browse files
authored
add log out docs (#418)
1 parent 9bac680 commit 455fd95

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

docs/stackit_auth.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ stackit auth [flags]
3131
* [stackit](./stackit.md) - Manage STACKIT resources using the command line
3232
* [stackit auth activate-service-account](./stackit_auth_activate-service-account.md) - Authenticates using a service account
3333
* [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
3435

docs/stackit_auth_logout.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+

0 commit comments

Comments
 (0)