mirror of
https://github.com/coder/coder.git
synced 2026-06-04 05:28:20 +00:00
13 lines
354 B
Plaintext
13 lines
354 B
Plaintext
Usage: coder users show [flags] <username|user_id|'me'>
|
|
|
|
Show a single user. Use 'me' to indicate the currently authenticated user.
|
|
|
|
[40m [0m[91;40m$ coder users show me[0m[40m [0m
|
|
|
|
[1mOptions[0m
|
|
-o, --output string (default: table)
|
|
Output format. Available formats: table, json.
|
|
|
|
---
|
|
Run `coder --help` for a list of global options.
|