Files
coder/docs/cli/coder_templates_pull.md
2023-02-23 01:53:21 +00:00

30 lines
413 B
Markdown

<!-- DO NOT EDIT | GENERATED CONTENT -->
# coder templates pull
Download the latest version of a template to a path.
## Usage
```console
coder templates pull <name> [destination] [flags]
```
## Flags
### --tar
output the template as a tar archive to stdout
<br/>
| | |
| --- | --- |
| Default | <code>false</code> |
### --yes, -y
Bypass prompts
<br/>
| | |
| --- | --- |
| Default | <code>false</code> |