mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
Add the `--github-user-id` option to `coder users list`, which makes the command only return users with a matching GitHub user id. This will enable https://github.com/coder/start-workspace-action to find a Coder user that corresponds to a GitHub user requesting to start a workspace.
41 lines
850 B
Markdown
Generated
41 lines
850 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# users list
|
|
|
|
Aliases:
|
|
|
|
* ls
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder users list [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
### --github-user-id
|
|
|
|
| | |
|
|
|------|------------------|
|
|
| Type | <code>int</code> |
|
|
|
|
Filter users by their GitHub user ID.
|
|
|
|
### -c, --column
|
|
|
|
| | |
|
|
|---------|--------------------------------------------------------------------|
|
|
| Type | <code>[id\|username\|email\|created at\|updated at\|status]</code> |
|
|
| Default | <code>username,email,created at,status</code> |
|
|
|
|
Columns to display in table output.
|
|
|
|
### -o, --output
|
|
|
|
| | |
|
|
|---------|--------------------------|
|
|
| Type | <code>table\|json</code> |
|
|
| Default | <code>table</code> |
|
|
|
|
Output format.
|