mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
39 lines
711 B
Markdown
Generated
39 lines
711 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# start
|
|
|
|
Start a workspace
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder start [flags] <workspace>
|
|
```
|
|
|
|
## Options
|
|
|
|
### --build-option
|
|
|
|
| | |
|
|
| ----------- | -------------------------------- |
|
|
| Type | <code>string-array</code> |
|
|
| Environment | <code>$CODER_BUILD_OPTION</code> |
|
|
|
|
Build option value in the format "name=value".
|
|
|
|
### --build-options
|
|
|
|
| | |
|
|
| ---- | ----------------- |
|
|
| Type | <code>bool</code> |
|
|
|
|
Prompt for one-time build options defined with ephemeral parameters.
|
|
|
|
### -y, --yes
|
|
|
|
| | |
|
|
| ---- | ----------------- |
|
|
| Type | <code>bool</code> |
|
|
|
|
Bypass prompts.
|