New
Discover how Dropbox streamlined dev environments & cut costs by switching 1000 developers to Coder

Read the success story

Home
/
Command Line
/
schedule show

schedule show

schedule show

Show workspace schedules

Usage

coder schedule show [flags] <workspace | --search <query> | --all>

Description

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

Typebool

Specifies whether all workspaces will be listed or not.

Typestring
Defaultowner:me

Search for a workspace with a query.

-c, --column

Typestring-array
Defaultworkspace,starts at,starts next,stops after,stops next

Columns to display in table output. Available columns: workspace, starts at, starts next, stops after, stops next.

-o, --output

Typestring
Defaulttable

Output format. Available formats: table, json.

See an opportunity to improve our docs? Make an edit.