mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
4d414a0df7
This is like `--yes`, but for parameter prompts.
38 lines
817 B
Markdown
Generated
38 lines
817 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# templates archive
|
|
|
|
Archive unused or failed template versions from a given template(s)
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder templates archive [flags] [template-name...]
|
|
```
|
|
|
|
## Options
|
|
|
|
### -y, --yes
|
|
|
|
| | |
|
|
|------|-------------------|
|
|
| Type | <code>bool</code> |
|
|
|
|
Bypass confirmation prompts.
|
|
|
|
### --all
|
|
|
|
| | |
|
|
|------|-------------------|
|
|
| Type | <code>bool</code> |
|
|
|
|
Include all unused template versions. By default, only failed template versions are archived.
|
|
|
|
### -O, --org
|
|
|
|
| | |
|
|
|-------------|----------------------------------|
|
|
| Type | <code>string</code> |
|
|
| Environment | <code>$CODER_ORGANIZATION</code> |
|
|
|
|
Select which organization (uuid or name) to use.
|