Skip to content

Add auth log out docs #418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/stackit_auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ stackit auth [flags]
* [stackit](./stackit.md) - Manage STACKIT resources using the command line
* [stackit auth activate-service-account](./stackit_auth_activate-service-account.md) - Authenticates using a service account
* [stackit auth login](./stackit_auth_login.md) - Logs in to the STACKIT CLI
* [stackit auth logout](./stackit_auth_logout.md) - Logs the user account out of the STACKIT CLI

39 changes: 39 additions & 0 deletions docs/stackit_auth_logout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## stackit auth logout

Logs the user account out of the STACKIT CLI

### Synopsis

Logs the user account out of the STACKIT CLI.

```
stackit auth logout [flags]
```

### Examples

```
Log out of the STACKIT CLI.
$ stackit auth logout
```

### Options

```
-h, --help Help for "stackit auth logout"
```

### Options inherited from parent commands

```
-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
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit auth](./stackit_auth.md) - Authenticates the STACKIT CLI