mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
This PR changes template names and docs to follow the `<provider>-<os/whatever>` format for all templates. I've decided not to split this into multiple PRs because I'd have to edit rebase the other PRs once one of them gets merged, this should be relatively low-impact anyways. This aligns with our goals to make templates more user-friendly. Closes #15754
22 lines
971 B
Markdown
Generated
22 lines
971 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# templates init
|
|
|
|
Get started with a templated template.
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder templates init [flags] [directory]
|
|
```
|
|
|
|
## Options
|
|
|
|
### --id
|
|
|
|
| | |
|
|
| ---- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| Type | <code>aws-devcontainer\|aws-linux\|aws-windows\|azure-linux\|digitalocean-linux\|docker\|docker-devcontainer\|gcp-devcontainer\|gcp-linux\|gcp-vm-container\|gcp-windows\|kubernetes\|kubernetes-devcontainer\|nomad-docker\|scratch</code> |
|
|
|
|
Specify a given example template by ID.
|