This is a repository that for my own Coder example templates and workflow experimentation.
For a list of base-level examples, list them in our CLI with coder templates init
.
Submit an issue if you encounter any issues!
Clone this repository to create a template from any example listed here:
git clone https://github.com/coder/templates
To consume this repository's templates in your Coder deployment:
cd <TEMPLATE_DIR>
coder templates push
OR
coder templates push -d <TEMPLATE_DIR>