mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
5ebc748e94
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
24 lines
650 B
Plaintext
24 lines
650 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder templates versions promote [flags] --template=<template_name>
|
|
--template-version=<template_version_name>
|
|
|
|
Promote a template version to active.
|
|
|
|
Promote an existing template version to be the active version for the
|
|
specified template.
|
|
|
|
OPTIONS:
|
|
-O, --org string, $CODER_ORGANIZATION
|
|
Select which organization (uuid or name) to use.
|
|
|
|
-t, --template string, $CODER_TEMPLATE_NAME
|
|
Specify the template name.
|
|
|
|
--template-version string, $CODER_TEMPLATE_VERSION_NAME
|
|
Specify the template version name to promote.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|