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 create-from-config

coder workspaces create-from-config

coder workspaces create-from-config

create a new workspace from a template

Synopsis

Create a new Coder workspace using a workspace template.

coder workspaces create-from-config [flags]

Examples

# create a new workspace from git repository
coder workspaces create-from-config --name="dev-env" --repo-url https://github.com/cdr/m --ref my-branch
coder workspaces create-from-config --name="dev-env" --filepath coder.yaml

Options

  -f, --filepath string   path to local template file.
      --follow            follow buildlog after initiating rebuild
  -h, --help              help for create-from-config
      --name string       name of the workspace to be created
  -o, --org string        name of the organization the workspace should be created under.
      --provider string   name of Workspace Provider with which to create the workspace
      --ref string        git reference to pull template from. May be a branch, tag, or commit hash. (default "master")
  -r, --repo-url string   URL of the git repository to pull the config from. Config file must live in '.coder/coder.yaml'.

Options inherited from parent commands

  -v, --verbose   show verbose output

SEE ALSO

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