Files
coder/docs/reference/cli/templates_versions_promote.md
2025-01-03 13:12:59 +00:00

1.2 KiB
Generated

templates versions promote

Promote a template version to active.

Usage

coder templates versions promote [flags] --template=<template_name> --template-version=<template_version_name>

Description

Promote an existing template version to be the active version for the specified template.

Options

-t, --template

Type string
Environment $CODER_TEMPLATE_NAME

Specify the template name.

--template-version

Type string
Environment $CODER_TEMPLATE_VERSION_NAME

Specify the template version name to promote.

-O, --org

Type string
Environment $CODER_ORGANIZATION

Select which organization (uuid or name) to use.