Skip to content

Commit fcff629

Browse files
committed
Sync open source content 🐝 (from d148a1ff9839f42595fbc47a5bf4e57552f993bc)
1 parent 5ff88d7 commit fcff629

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

β€Ždocs/speakeasy-reference/cli/auth/index.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ speakeasy auth [flags]
3737

3838
* [speakeasy auth login](/docs/speakeasy-reference/cli/auth/login) - Authenticate the CLI
3939
* [speakeasy auth logout](/docs/speakeasy-reference/cli/auth/logout) - Logout of the CLI
40+
* [speakeasy auth status](/docs/speakeasy-reference/cli/auth/status) - Show authentication status
4041
* [speakeasy auth switch](/docs/speakeasy-reference/cli/auth/switch) - Switch between authenticated workspaces
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# status
2+
`speakeasy auth status`
3+
4+
5+
Show authentication status
6+
7+
## Details
8+
9+
Display information about your current API key authentication status.
10+
11+
## Usage
12+
13+
```
14+
speakeasy auth status [flags]
15+
```
16+
17+
### Options
18+
19+
```
20+
-h, --help help for status
21+
```
22+
23+
### Options inherited from parent commands
24+
25+
```
26+
--logLevel string the log level (available options: [info, warn, error]) (default "info")
27+
```
28+
29+
### Parent Command
30+
31+
* [speakeasy auth](/docs/speakeasy-reference/cli/auth) - Authenticate the CLI

0 commit comments

Comments
Β (0)