mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
23 lines
620 B
Plaintext
23 lines
620 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder templates versions list [flags] <template>
|
|
|
|
List all the versions of the specified template
|
|
|
|
OPTIONS:
|
|
-O, --org string, $CODER_ORGANIZATION
|
|
Select which organization (uuid or name) to use.
|
|
|
|
-c, --column [name|created at|created by|status|active|archived] (default: name,created at,created by,status,active)
|
|
Columns to display in table output.
|
|
|
|
--include-archived bool
|
|
Include archived versions in the result list.
|
|
|
|
-o, --output table|json (default: table)
|
|
Output format.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|