mirror of
https://github.com/coder/coder.git
synced 2026-06-05 22:18:20 +00:00
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
coder v0.0.0-devel
|
|
|
|
[93mUSAGE:[0m
|
|
coder update [flags] <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.
|
|
|
|
[93mOPTIONS:[0m
|
|
[96m--[0m[96malways-prompt[0m bool
|
|
Always prompt all parameters. Does not pull parameter values from
|
|
existing workspace.
|
|
|
|
[96m--[0m[96mbuild-option[0m string-array, [96m$CODER_BUILD_OPTION[0m
|
|
Build option value in the format "name=value".
|
|
|
|
[96m--[0m[96mbuild-options[0m bool
|
|
Prompt for one-time build options defined with ephemeral parameters.
|
|
|
|
[96m--[0m[96mparameter[0m string-array, [96m$CODER_RICH_PARAMETER[0m
|
|
Rich parameter value in the format "name=value".
|
|
|
|
[96m--[0m[96mrich-parameter-file[0m string, [96m$CODER_RICH_PARAMETER_FILE[0m
|
|
Specify a file path with values for rich parameters defined in the
|
|
template.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|