File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
docs/speakeasy-reference/cli/auth Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You canβt perform that action at this time.
0 commit comments