Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
chore(doc): update help desc
  • Loading branch information
BRAVO68WEB authored Jul 9, 2024
commit 673df976b8d8b25da37f224c9b81b1e8d160d9fa
1 change: 1 addition & 0 deletions cli/testdata/coder_--help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ SUBCOMMANDS:
date
users Manage users
version Show coder version
whoami Fetch authenticated user info for Coder deployment

GLOBAL OPTIONS:
Global options are applied to all commands. They can be set using environment
Expand Down
9 changes: 9 additions & 0 deletions cli/testdata/coder_whoami_--help.golden
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
coder v0.0.0-devel

USAGE:
coder whoami

Fetch authenticated user info for Coder deployment

———
Run `coder --help` for a list of global options.