mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
5bf46f360a
* chore: remove org context switcher in the cli
1.2 KiB
Generated
1.2 KiB
Generated
templates versions list
List all the versions of the specified template
Usage
coder templates versions list [flags] <template>
Options
--include-archived
| Type | bool |
Include archived versions in the result list.
-O, --org
| Type | string |
| Environment | $CODER_ORGANIZATION |
Select which organization (uuid or name) to use.
-c, --column
| Type | string-array |
| Default | Name,Created At,Created By,Status,Active |
Columns to display in table output. Available columns: name, created at, created by, status, active, archived.
-o, --output
| Type | string |
| Default | table |
Output format. Available formats: table, json.