Files
coder/docs/cli/users_list.md
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

34 lines
705 B
Markdown
Generated

<!-- DO NOT EDIT | GENERATED CONTENT -->
# users list
Aliases:
- ls
## Usage
```console
coder users list [flags]
```
## Options
### -c, --column
| | |
| ------- | --------------------------------------------- |
| Type | <code>string-array</code> |
| Default | <code>username,email,created_at,status</code> |
Columns to display in table output. Available columns: id, username, email, created at, updated at, status.
### -o, --output
| | |
| ------- | ------------------- |
| Type | <code>string</code> |
| Default | <code>table</code> |
Output format. Available formats: table, json.