mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix!: stop workspace before update (#18425)
Fixes https://github.com/coder/coder/issues/17840 NOTE: calling this out as a breaking change so that it is highly visible in the changelog. * CLI: Modifies `coder update` to stop the workspace if already running. * UI: Modifies "update" button to always stop the workspace if already running.
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@ coder v0.0.0-devel
|
||||
USAGE:
|
||||
coder update [flags] <workspace>
|
||||
|
||||
Will update and start a given workspace if it is out of date
|
||||
Will update and start a given workspace if it is out of date. If the workspace
|
||||
is already running, it will be stopped first.
|
||||
|
||||
Use --always-prompt to change the parameter values of the workspace.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user