Files
Asher 4d414a0df7 feat: add --use-parameter-defaults flag (#21119)
This is like `--yes`, but for parameter prompts.
2026-01-16 17:04:57 -09:00

54 lines
1.2 KiB
Markdown
Generated

<!-- DO NOT EDIT | GENERATED CONTENT -->
# templates pull
Download the active, latest, or specified version of a template to a path.
## Usage
```console
coder templates pull [flags] <name> [destination]
```
## Options
### --tar
| | |
|------|-------------------|
| Type | <code>bool</code> |
Output the template as a tar archive to stdout.
### --zip
| | |
|------|-------------------|
| Type | <code>bool</code> |
Output the template as a zip archive to stdout.
### --version
| | |
|------|---------------------|
| Type | <code>string</code> |
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 | <code>bool</code> |
Bypass confirmation prompts.
### -O, --org
| | |
|-------------|----------------------------------|
| Type | <code>string</code> |
| Environment | <code>$CODER_ORGANIZATION</code> |
Select which organization (uuid or name) to use.