mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
17 lines
328 B
Markdown
17 lines
328 B
Markdown
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# coder schedule show
|
|
|
|
Shows the following information for the given workspace:
|
|
|
|
- The automatic start schedule
|
|
- The next scheduled start time
|
|
- The duration after which it will stop
|
|
- The next scheduled stop time
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder schedule show <workspace-name> [flags]
|
|
```
|