Files
coder/docs/cli/users_list.md
2023-03-23 17:42:20 -05:00

34 lines
693 B
Markdown

<!-- 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, status.
### -o, --output
| | |
| ------- | ------------------- |
| Type | <code>string</code> |
| Default | <code>table</code> |
Output format. Available formats: table, json.