forked from coder/coder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoder_schedule_start_--help.golden
More file actions
29 lines (23 loc) · 1.05 KB
/
coder_schedule_start_--help.golden
File metadata and controls
29 lines (23 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
coder v0.0.0-devel
USAGE:
coder schedule start <workspace-name> { <start-time> [day-of-week] [location]
| manual }
Edit workspace start schedule
Schedules a workspace to regularly start at a specific time.
Schedule format: <start-time> [day-of-week] [location].
* Start-time (required) is accepted either in 12-hour (hh:mm{am|pm}) format,
or 24-hour format hh:mm.
* Day-of-week (optional) allows specifying in the cron format, e.g. 1,3,5 or
Mon-Fri.
Aliases such as @daily are not supported.
Default: * (every day)
* Location (optional) must be a valid location in the IANA timezone
database.
If omitted, we will fall back to either the TZ environment variable or
/etc/localtime.
You can check your corresponding location by visiting https://ipinfo.io -
it shows in the demo widget on the right.
- Set the workspace to start at 9:30am (in Dublin) from Monday to Friday:
$ coder schedule start my-workspace 9:30AM Mon-Fri Europe/Dublin
———
Run `coder --help` for a list of global options.