mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
17 lines
392 B
Plaintext
17 lines
392 B
Plaintext
Usage: coder start [flags] <workspace>
|
|
|
|
Start 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.
|