fix: 'coder update' should always start a workspace (#6437)

* fix: 'coder update' should always start a workspace
This commit is contained in:
Steven Masley
2023-03-06 08:37:11 -06:00
committed by GitHub
parent 260b2b2333
commit 84dd59ecc2
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -50,6 +50,6 @@ coder [flags]
| [<code>stop</code>](./cli/coder_stop) | Stop a workspace |
| [<code>templates</code>](./cli/coder_templates) | Manage templates |
| [<code>tokens</code>](./cli/coder_tokens) | Manage personal access tokens |
| [<code>update</code>](./cli/coder_update) | Update a workspace |
| [<code>update</code>](./cli/coder_update) | Will update and start a given workspace if it is out of date. |
| [<code>users</code>](./cli/coder_users) | Manage users |
| [<code>version</code>](./cli/coder_version) | Show coder version |
+1 -1
View File
@@ -2,7 +2,7 @@
# coder update
Update a workspace
Will update and start a given workspace if it is out of date. Use --always-prompt to change the parameter values of the workspace.
## Usage