mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
59 lines
1.3 KiB
Markdown
Generated
59 lines
1.3 KiB
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# schedule show
|
|
|
|
Show workspace schedules
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder schedule show [flags] <workspace | --search <query> | --all>
|
|
```
|
|
|
|
## Description
|
|
|
|
```console
|
|
Shows the following information for the given workspace(s):
|
|
* The automatic start schedule
|
|
* The next scheduled start time
|
|
* The duration after which it will stop
|
|
* The next scheduled stop time
|
|
|
|
```
|
|
|
|
## Options
|
|
|
|
### -a, --all
|
|
|
|
| | |
|
|
|------|-------------------|
|
|
| Type | <code>bool</code> |
|
|
|
|
Specifies whether all workspaces will be listed or not.
|
|
|
|
### --search
|
|
|
|
| | |
|
|
|---------|-----------------------|
|
|
| Type | <code>string</code> |
|
|
| Default | <code>owner:me</code> |
|
|
|
|
Search for a workspace with a query.
|
|
|
|
### -c, --column
|
|
|
|
| | |
|
|
|---------|---------------------------------------------------------------------------|
|
|
| Type | <code>[workspace\|starts at\|starts next\|stops after\|stops next]</code> |
|
|
| Default | <code>workspace,starts at,starts next,stops after,stops next</code> |
|
|
|
|
Columns to display in table output.
|
|
|
|
### -o, --output
|
|
|
|
| | |
|
|
|---------|--------------------------|
|
|
| Type | <code>table\|json</code> |
|
|
| Default | <code>table</code> |
|
|
|
|
Output format.
|