Files
coder/cli/testdata/coder_users_list_--help.golden
2023-03-23 17:42:20 -05:00

401 B

Usage: coder users list [flags]
 
Aliases: ls
 
Options
-c, --column string-array (default: username,email,created_at,status)
Columns to display in table output. Available columns: id, username,
email, created at, status.
 
-o, --output string (default: table)
Output format. Available formats: table, json.
 
---
Run `coder --help` for a list of global options.