mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
84dd59ecc2
* fix: 'coder update' should always start a workspace
752 B
752 B
coder update
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
coder update <workspace> [flags]
Flags
--always-prompt
Always prompt all parameters. Does not pull parameter values from existing workspace
| Default | false |
--parameter-file
Specify a file path with parameter values.
| Consumes | $CODER_PARAMETER_FILE |
--rich-parameter-file
Specify a file path with values for rich parameters defined in the template.
| Consumes | $CODER_RICH_PARAMETER_FILE |