mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
28 lines
399 B
Markdown
28 lines
399 B
Markdown
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# coder users show
|
|
|
|
Show a single user. Use 'me' to indicate the currently authenticated user.
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder users show <username|user_id|'me'> [flags]
|
|
```
|
|
|
|
## Examples
|
|
|
|
```console
|
|
$ coder users show me
|
|
```
|
|
|
|
## Flags
|
|
|
|
### --output, -o
|
|
|
|
Output format. Available formats: table, json
|
|
<br/>
|
|
| | |
|
|
| --- | --- |
|
|
| Default | <code>table</code> |
|