coder workspaces edit-from-config
change the template a workspace is tracking
Synopsis
Edit an existing Coder workspace using a workspace template.
coder workspaces edit-from-config [flags]
Examples
# edit a new workspace from git repository
coder workspaces edit-from-config dev-env --repo-url https://github.com/cdr/m --ref my-branch
coder workspaces edit-from-config dev-env --filepath coder.yaml
Options
-f, --filepath string path to local template file.
--follow follow buildlog after initiating rebuild
-h, --help help for edit-from-config
Options inherited from parent commands
-v, --verbose show verbose output
SEE ALSO
- coder workspaces - Interact with Coder workspaces
See an opportunity to improve our docs? Make an edit.