Skip to content

Commit a06ddc2

Browse files
committed
make update-golden-files
1 parent 43f20ea commit a06ddc2

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

cli/testdata/coder_server_--help.golden

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ OPTIONS:
6060
--support-links struct[[]codersdk.LinkConfig], $CODER_SUPPORT_LINKS
6161
Support links to display in the top right drop down menu.
6262

63+
--terms-of-service-url string, $CODER_TERMS_OF_SERVICE_URL
64+
A URL to an external Terms of Service that must be accepted by users
65+
when logging in.
66+
6367
--update-check bool, $CODER_UPDATE_CHECK (default: false)
6468
Periodically check for new releases of Coder and inform the owner. The
6569
check is performed once per day.

cli/testdata/server-config.yaml.golden

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,10 @@ inMemoryDatabase: false
414414
# Type of auth to use when connecting to postgres.
415415
# (default: password, type: enum[password\|awsiamrds])
416416
pgAuth: password
417+
# A URL to an external Terms of Service that must be accepted by users when
418+
# logging in.
419+
# (default: <unset>, type: string)
420+
termsOfServiceURL: ""
417421
# The algorithm to use for generating ssh keys. Accepted values are "ed25519",
418422
# "ecdsa", or "rsa4096".
419423
# (default: ed25519, type: string)

enterprise/cli/testdata/coder_server_--help.golden

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ OPTIONS:
6161
--support-links struct[[]codersdk.LinkConfig], $CODER_SUPPORT_LINKS
6262
Support links to display in the top right drop down menu.
6363

64+
--terms-of-service-url string, $CODER_TERMS_OF_SERVICE_URL
65+
A URL to an external Terms of Service that must be accepted by users
66+
when logging in.
67+
6468
--update-check bool, $CODER_UPDATE_CHECK (default: false)
6569
Periodically check for new releases of Coder and inform the owner. The
6670
check is performed once per day.

0 commit comments

Comments
 (0)