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
14 lines
452 B
Plaintext
14 lines
452 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder templates init [flags] [directory]
|
|
|
|
Get started with a templated template.
|
|
|
|
OPTIONS:
|
|
--id 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
|
|
Specify a given example template by ID.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|