coder/docs/cli/templates_pull.md

914 B

templates pull

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

Usage

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

Options

--tar

Type bool

Output the template as a tar archive to stdout.

--zip

Type bool

Output the template as a zip archive to stdout.

--version

Type string

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

Type bool

Bypass prompts.