Skip to content

Commit 55df949

Browse files
committed
update golden files
1 parent 22db64f commit 55df949

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

cli/testdata/coder_server_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ telemetrywhen required by your organization's security policy.
467467

468468
USER QUIET HOURS SCHEDULE OPTIONS:
469469
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.
471471

472472
--allow-custom-quiet-hours bool, $CODER_ALLOW_CUSTOM_QUIET_HOURS (default: true)
473473
Allow users to set their own quiet hours schedule for workspaces to

cli/testdata/coder_templates_create_--help.golden

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ OPTIONS:
3535
Ignore warnings about not having a .terraform.lock.hcl file present in
3636
the template.
3737

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-
4338
-m, --message string
4439
Specify a message describing the changes in this version of the
4540
template. Messages longer than 72 characters will be displayed as

cli/testdata/coder_templates_edit_--help.golden

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ OPTIONS:
2828
this value for the template (and allow autostart on all days), pass
2929
'all'.
3030

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+
3141
--default-ttl duration
3242
Edit the template default time before shutdown - workspaces created
3343
from this template default to this value. Maps to "Default autostop"
@@ -62,12 +72,6 @@ OPTIONS:
6272
--icon string
6373
Edit the template icon path.
6474

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-
7175
--name string
7276
Edit the template name.
7377

cli/testdata/server-config.yaml.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ externalAuthProviders: []
462462
# (default: <unset>, type: string)
463463
wgtunnelHost: ""
464464
# 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.
466466
userQuietHoursSchedule:
467467
# The default daily cron schedule applied to users that haven't set a custom quiet
468468
# hours schedule themselves. The quiet hours schedule determines when workspaces

0 commit comments

Comments
 (0)