mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
Fixes https://github.com/coder/coder/issues/17009 Adds a CLI command `coder open app <workspace> <app-slug>` that allows opening arbitrary `coder_apps` via the CLI. Users can optionally specify a region for workspace applications.
23 lines
576 B
Markdown
Generated
23 lines
576 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# open app
|
|
|
|
Open a workspace application.
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder open app [flags] <workspace> <app slug>
|
|
```
|
|
|
|
## Options
|
|
|
|
### --region
|
|
|
|
| | |
|
|
|-------------|-------------------------------------|
|
|
| Type | <code>string</code> |
|
|
| Environment | <code>$CODER_OPEN_APP_REGION</code> |
|
|
| Default | <code>primary</code> |
|
|
|
|
Region to use when opening the app. By default, the app will be opened using the main Coder deployment (a.k.a. "primary").
|