mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
38 lines
804 B
Markdown
Generated
38 lines
804 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 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.
|