mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
30 lines
413 B
Markdown
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> |
|