mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
00d468b964
* feat(cliui): add TextFormat
* feat(cli): add --format={text,json} to version cmd
11 lines
214 B
Plaintext
11 lines
214 B
Plaintext
Usage: coder version [flags]
|
|
|
|
Show coder version
|
|
|
|
[1mOptions[0m
|
|
-o, --output string (default: text)
|
|
Output format. Available formats: text, json.
|
|
|
|
---
|
|
Run `coder --help` for a list of global options.
|