File tree Expand file tree Collapse file tree 4 files changed +12
-13
lines changed Expand file tree Collapse file tree 4 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ telemetrywhen required by your organization's security policy.
467
467
468
468
USER QUIET HOURS SCHEDULE OPTIONS:
469
469
Allow users to set quiet hours schedules each day for workspaces to avoid
470
- workspaces stopping during the day due to template max TTL .
470
+ workspaces stopping during the day due to template scheduling .
471
471
472
472
--allow-custom-quiet-hours bool, $CODER_ALLOW_CUSTOM_QUIET_HOURS (default: true)
473
473
Allow users to set their own quiet hours schedule for workspaces to
Original file line number Diff line number Diff line change @@ -35,11 +35,6 @@ OPTIONS:
35
35
Ignore warnings about not having a .terraform.lock.hcl file present in
36
36
the template.
37
37
38
- --max-ttl duration
39
- Edit the template maximum time before shutdown - workspaces created
40
- from this template must shutdown within the given duration after
41
- starting. This is an enterprise-only feature.
42
-
43
38
-m, --message string
44
39
Specify a message describing the changes in this version of the
45
40
template. Messages longer than 72 characters will be displayed as
Original file line number Diff line number Diff line change @@ -28,6 +28,16 @@ OPTIONS:
28
28
this value for the template (and allow autostart on all days), pass
29
29
'all'.
30
30
31
+ --autostop-requirement-weekdays string-array
32
+ Edit the template autostop requirement weekdays - workspaces created
33
+ from this template must be restarted on the given weekdays. To unset
34
+ this value for the template (and disable the autostop requirement for
35
+ the template), pass 'none'.
36
+
37
+ --autostop-requirement-weeks int
38
+ Edit the template autostop requirement weeks - workspaces created from
39
+ this template must be restarted on an n-weekly basis.
40
+
31
41
--default-ttl duration
32
42
Edit the template default time before shutdown - workspaces created
33
43
from this template default to this value. Maps to "Default autostop"
@@ -62,12 +72,6 @@ OPTIONS:
62
72
--icon string
63
73
Edit the template icon path.
64
74
65
- --max-ttl duration
66
- Edit the template maximum time before shutdown - workspaces created
67
- from this template must shutdown within the given duration after
68
- starting, regardless of user activity. This is an enterprise-only
69
- feature. Maps to "Max lifetime" in the UI.
70
-
71
75
--name string
72
76
Edit the template name.
73
77
Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ externalAuthProviders: []
462
462
# (default: <unset>, type: string)
463
463
wgtunnelHost: ""
464
464
# Allow users to set quiet hours schedules each day for workspaces to avoid
465
- # workspaces stopping during the day due to template max TTL .
465
+ # workspaces stopping during the day due to template scheduling .
466
466
userQuietHoursSchedule:
467
467
# The default daily cron schedule applied to users that haven't set a custom quiet
468
468
# hours schedule themselves. The quiet hours schedule determines when workspaces
You can’t perform that action at this time.
0 commit comments