- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
What is your suggestion?
Source doc file:https://github.com/coder/coder/blob/main/docs/workspaces.md
Whilecoder create <workspace name>
will prompt the user to choose a template, we should also show how users can explicitly name the template. e.g.,
create --template="docker-local" mark-docker
How will this improve the docs?
The CLI help actually shows the--template
example, so the docs should also include it.
Are you interested in submitting a PR for this?
No