mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
44924cd8d8
* chore: add updated_at to codersdk users
705 B
Generated
705 B
Generated
users list
Aliases:
- ls
Usage
coder users list [flags]
Options
-c, --column
| Type | 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
| Type | string |
| Default | table |
Output format. Available formats: table, json.