Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this PR addresses step 1 of #4201, and separates example templates from quickstarts.
the
quickstart
directory houses subdirectories for each type of compute, containers and virtual machines. within these subdirs are the example templates for each cloud/infra.with the help of @Emyrk, the
examples.go
test is now more generic and lists all templates in thequickstart
subdirs:alternatively the
examples
directory is intended for more specific, bespoke template examples. we can extendexamples_test.go
to include theexamples
dir if need be.i removed the
bare
template since it was not usable out-of-the-box, and thegcp-vm-container
,docker-code-server
templates because they were duplicates of existing templates. feedback appreciated.Coder templates init
New templates listed when running
templates init
. Used to list 15 templates, now lists 9