mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
17 lines
396 B
Plaintext
17 lines
396 B
Plaintext
Usage: coder restart [flags] <workspace>
|
||
|
||
Restart a workspace
|
||
|
||
[1mOptions[0m
|
||
--build-option string-array, $CODER_BUILD_OPTION
|
||
Build option value in the format "name=value".
|
||
|
||
--build-options bool
|
||
Prompt for one-time build options defined with ephemeral parameters.
|
||
|
||
-y, --yes bool
|
||
Bypass prompts.
|
||
|
||
---
|
||
Run `coder --help` for a list of global options.
|