New
Discover how Dropbox streamlined dev environments & cut costs by switching 1000 developers to Coder

Read the success story

Home
/
Command line
/
Reference
/
coder workspaces
/
coder workspaces edit-from-config

coder workspaces edit-from-config

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

See an opportunity to improve our docs? Make an edit.