mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
Fixes https://github.com/coder/coder/issues/15515 This change effectively reverts the changes introduced by https://github.com/coder/coder/pull/13182 (for https://github.com/coder/coder/issues/13078). We also rename the `override-stop` command name to `extend` to match the API endpoint's name (keeping an alias to allow `override-stop` to be used).
16 lines
425 B
Plaintext
16 lines
425 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder schedule { show | start | stop | extend } <workspace>
|
|
|
|
Schedule automated start and stop times for workspaces
|
|
|
|
SUBCOMMANDS:
|
|
extend Extend the stop time of a currently running workspace instance.
|
|
show Show workspace schedules
|
|
start Edit workspace start schedule
|
|
stop Edit workspace stop schedule
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|