mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
00d468b964
* feat(cliui): add TextFormat
* feat(cli): add --format={text,json} to version cmd
23 lines
334 B
Markdown
Generated
23 lines
334 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# version
|
|
|
|
Show coder version
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder version [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
### -o, --output
|
|
|
|
| | |
|
|
| ------- | ------------------- |
|
|
| Type | <code>string</code> |
|
|
| Default | <code>text</code> |
|
|
|
|
Output format. Available formats: text, json.
|