mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
30 lines
469 B
Markdown
30 lines
469 B
Markdown
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# templates pull
|
|
|
|
Download the latest 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.
|
|
|
|
### -y, --yes
|
|
|
|
| | |
|
|
| ---- | ----------------- |
|
|
| Type | <code>bool</code> |
|
|
|
|
Bypass prompts.
|