Files
coder/cli/testdata/coder_users_list_--help.golden
T
Steven Masley 44924cd8d8 chore: add updated_at to codersdk users (#13928)
* chore: add updated_at to codersdk users
2024-07-17 17:59:42 -05:00

18 lines
436 B
Plaintext

coder v0.0.0-devel
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, updated at, status.
-o, --output string (default: table)
Output format. Available formats: table, json.
———
Run `coder --help` for a list of global options.