Files
coder/cli/testdata/coder_version_--help.golden
Cian Johnston 00d468b964 feat(cli): add --output={text,json} to version cmd (#7010)
* feat(cliui): add TextFormat
* feat(cli): add --format={text,json} to version cmd
2023-04-05 13:16:05 +01:00

11 lines
214 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Usage: coder version [flags]
Show coder version
Options
-o, --output string (default: text)
Output format. Available formats: text, json.
---
Run `coder --help` for a list of global options.