mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
16 lines
320 B
Plaintext
16 lines
320 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder users show [flags] <username|user_id|'me'>
|
|
|
|
Show a single user. Use 'me' to indicate the currently authenticated user.
|
|
|
|
$ coder users show me
|
|
|
|
OPTIONS:
|
|
-o, --output table|json (default: table)
|
|
Output format.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|