Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31eb7a9 commit 673df97Copy full SHA for 673df97
cli/testdata/coder_--help.golden
@@ -55,6 +55,7 @@ SUBCOMMANDS:
55
date
56
users Manage users
57
version Show coder version
58
+ whoami Fetch authenticated user info for Coder deployment
59
60
GLOBAL OPTIONS:
61
Global options are applied to all commands. They can be set using environment
cli/testdata/coder_whoami_--help.golden
@@ -0,0 +1,9 @@
1
+coder v0.0.0-devel
2
+
3
+USAGE:
4
+ coder whoami
5
6
+ Fetch authenticated user info for Coder deployment
7
8
+———
9
+Run `coder --help` for a list of global options.
0 commit comments