coder/cli/testdata/coder_users_show_--help.golden

322 B

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 string (default: table)
Output format. Available formats: table, json.
 
---
Run `coder --help` for a list of global options.