templates pull | Coder Docs

Download the active, latest, or specified version of a template to a path.

Usage

coder templates pull [flags] <name> [destination]

Options

--tar

Output the template as a tar archive to stdout.

--zip

Output the template as a zip archive to stdout.

--version

The name of the template version to pull. Use 'active' to pull the active version, 'latest' to pull the latest version, or the name of the template version to pull.

-y, --yes

Bypass confirmation prompts.

-O, --org

Typestring
Environment$CODER_ORGANIZATION

Select which organization (uuid or name) to use.