Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(From an impromptu discussion with @kylecarbs and @coadler)
Currently, when you create a workspace, a provisioner job is automatically created that brings the workspace into the "running" state.
This should remain the default behaviour, but we should allow users to specify whether the workspace is in the "running" state or the "stopped" state.
e.g. coder workspaces build my-workspace --state=stopped
coder workspaces build my-workspace --state=stopped
A number of potential user-cases exist where you may wish to (pre-)provision the resources for a workspace without actually starting it:
The text was updated successfully, but these errors were encountered:
Will also want this via the web UI.
Sorry, something went wrong.
johnstcn
No branches or pull requests
(From an impromptu discussion with @kylecarbs and @coadler)
What:
Currently, when you create a workspace, a provisioner job is automatically created that brings the workspace into the "running" state.
This should remain the default behaviour, but we should allow users to specify whether the workspace is in the "running" state or the "stopped" state.
e.g.
coder workspaces build my-workspace --state=stopped
Why:
A number of potential user-cases exist where you may wish to (pre-)provision the resources for a workspace without actually starting it:
The text was updated successfully, but these errors were encountered: