Skip to content

Commit 0ed38ed

Browse files
committed
Fix?
1 parent 62a8aa4 commit 0ed38ed

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

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

+23-19
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ OPTIONS:
6262
Periodically check for new releases of Coder and inform the owner. The
6363
check is performed once per day.
6464

65-
CLIENT OPTIONS:
65+
CLIENT OPTIONS:
6666
These options change the behavior of how clients interact with the Coder.
6767
Clients include the coder cli, vs code extension, and the web UI.
6868

@@ -84,17 +84,17 @@ Clients include the coder cli, vs code extension, and the web UI.
8484
The renderer to use when opening a web terminal. Valid values are
8585
'canvas', 'webgl', or 'dom'.
8686

87-
CONFIG OPTIONS:
87+
CONFIG OPTIONS:
8888
Use a YAML configuration file when your server launch become unwieldy.
8989

9090
-c, --config yaml-config-path, $CODER_CONFIG_PATH
9191
Specify a YAML file to load configuration from.
9292

9393
--write-config bool
94-
94+
9595
Write out the current server config as YAML to stdout.
9696

97-
INTROSPECTION / HEALTH CHECK OPTIONS:
97+
INTROSPECTION / HEALTH CHECK OPTIONS:
9898
--health-check-refresh duration, $CODER_HEALTH_CHECK_REFRESH (default: 10m0s)
9999
Refresh interval for healthchecks.
100100

@@ -103,7 +103,7 @@ INTROSPECTION / HEALTH CHECK OPTIONS:
103103
the database exceeds this threshold over 5 attempts, the database is
104104
considered unhealthy. The default value is 15ms.
105105

106-
INTROSPECTION / LOGGING OPTIONS:
106+
INTROSPECTION / LOGGING OPTIONS:
107107
--enable-terraform-debug-mode bool, $CODER_ENABLE_TERRAFORM_DEBUG_MODE (default: false)
108108
Allow administrators to enable Terraform debug output.
109109

@@ -120,7 +120,7 @@ INTROSPECTION / LOGGING OPTIONS:
120120
--log-stackdriver string, $CODER_LOGGING_STACKDRIVER
121121
Output Stackdriver compatible logs to a given file.
122122

123-
INTROSPECTION / PROMETHEUS OPTIONS:
123+
INTROSPECTION / PROMETHEUS OPTIONS:
124124
--prometheus-address host:port, $CODER_PROMETHEUS_ADDRESS (default: 127.0.0.1:2112)
125125
The bind address to serve prometheus metrics.
126126

@@ -133,7 +133,7 @@ INTROSPECTION / PROMETHEUS OPTIONS:
133133
--prometheus-enable bool, $CODER_PROMETHEUS_ENABLE
134134
Serve prometheus metrics on the address defined by prometheus address.
135135

136-
INTROSPECTION / TRACING OPTIONS:
136+
INTROSPECTION / TRACING OPTIONS:
137137
--trace-logs bool, $CODER_TRACE_LOGS
138138
Enables capturing of logs as events in traces. This is useful for
139139
debugging, but may result in a very large amount of events being sent
@@ -147,14 +147,14 @@ INTROSPECTION / TRACING OPTIONS:
147147
--trace-honeycomb-api-key string, $CODER_TRACE_HONEYCOMB_API_KEY
148148
Enables trace exporting to Honeycomb.io using the provided API Key.
149149

150-
INTROSPECTION / PPROF OPTIONS:
150+
INTROSPECTION / PPROF OPTIONS:
151151
--pprof-address host:port, $CODER_PPROF_ADDRESS (default: 127.0.0.1:6060)
152152
The bind address to serve pprof.
153153

154154
--pprof-enable bool, $CODER_PPROF_ENABLE
155155
Serve pprof metrics on the address defined by pprof address.
156156

157-
NETWORKING OPTIONS:
157+
NETWORKING OPTIONS:
158158
--access-url url, $CODER_ACCESS_URL
159159
The URL that users will use to access the Coder deployment.
160160

@@ -180,7 +180,7 @@ NETWORKING OPTIONS:
180180
Specifies the wildcard hostname to use for workspace applications in
181181
the form "*.example.com".
182182

183-
NETWORKING / DERP OPTIONS:
183+
NETWORKING / DERP OPTIONS:
184184
Most Coder deployments never have to think about DERP because all connections
185185
between workspaces and users are peer-to-peer. However, when Coder cannot
186186
establish a peer to peer connection, Coder uses a distributed relay network
@@ -222,7 +222,7 @@ backed by Tailscale and WireGuard.
222222
own DERP region, with region IDs starting at `--derp-server-region-id
223223
+ 1`. Use special value 'disable' to turn off STUN completely.
224224

225-
NETWORKING / HTTP OPTIONS:
225+
NETWORKING / HTTP OPTIONS:
226226
--disable-password-auth bool, $CODER_DISABLE_PASSWORD_AUTH
227227
Disable password authentication. This is recommended for security
228228
purposes in production deployments that rely on an identity provider.
@@ -253,7 +253,7 @@ NETWORKING / HTTP OPTIONS:
253253
longer if they are actively making requests, but this functionality
254254
can be disabled via --disable-session-expiry-refresh.
255255

256-
NETWORKING / TLS OPTIONS:
256+
NETWORKING / TLS OPTIONS:
257257
Configure TLS / HTTPS for your Coder deployment. If you're running Coder behind
258258
a TLS-terminating reverse proxy or are accessing Coder over a secure link, you
259259
can safely ignore these settings.
@@ -315,7 +315,7 @@ can safely ignore these settings.
315315
Minimum supported version of TLS. Accepted values are "tls10",
316316
"tls11", "tls12" or "tls13".
317317

318-
OAUTH2 / GITHUB OPTIONS:
318+
OAUTH2 / GITHUB OPTIONS:
319319
--oauth2-github-allow-everyone bool, $CODER_OAUTH2_GITHUB_ALLOW_EVERYONE
320320
Allow all logins, setting this option means allowed orgs and teams
321321
must be empty.
@@ -340,7 +340,7 @@ OAUTH2 / GITHUB OPTIONS:
340340
Base URL of a GitHub Enterprise deployment to use for Login with
341341
GitHub.
342342

343-
OIDC OPTIONS:
343+
OIDC OPTIONS:
344344
--oidc-group-auto-create bool, $CODER_OIDC_GROUP_AUTO_CREATE (default: false)
345345
Automatically creates missing groups from a user's groups claim.
346346

@@ -427,7 +427,11 @@ OIDC OPTIONS:
427427
--oidc-icon-url url, $CODER_OIDC_ICON_URL
428428
URL pointing to the icon to use on the OpenID Connect login button.
429429

430-
PROVISIONING OPTIONS:
430+
--oidc-signups-disabled-text string, $CODER_OIDC_SIGNUPS_DISABLED_TEXT
431+
The custom text to show on the error page informing about disabled
432+
OIDC signups.
433+
434+
PROVISIONING OPTIONS:
431435
Tune the behavior of the provisioner, which is responsible for creating,
432436
updating, and deleting workspace resources.
433437

@@ -448,7 +452,7 @@ updating, and deleting workspace resources.
448452
Number of provisioner daemons to create on start. If builds are stuck
449453
in queued state for a long time, consider increasing this.
450454

451-
TELEMETRY OPTIONS:
455+
TELEMETRY OPTIONS:
452456
Telemetry is critical to our ability to improve Coder. We strip all
453457
personalinformation before sending data to our servers. Please only disable
454458
telemetrywhen required by your organization's security policy.
@@ -457,7 +461,7 @@ telemetrywhen required by your organization's security policy.
457461
Whether telemetry is enabled or not. Coder collects anonymized usage
458462
data to help improve our product.
459463

460-
USER QUIET HOURS SCHEDULE OPTIONS:
464+
USER QUIET HOURS SCHEDULE OPTIONS:
461465
Allow users to set quiet hours schedules each day for workspaces to avoid
462466
workspaces stopping during the day due to template max TTL.
463467

@@ -477,7 +481,7 @@ workspaces stopping during the day due to template max TTL.
477481
must be *. Only one hour and minute can be specified (ranges or comma
478482
separated values are not supported).
479483

480-
⚠️ DANGEROUS OPTIONS:
484+
⚠️ DANGEROUS OPTIONS:
481485
--dangerous-allow-path-app-sharing bool, $CODER_DANGEROUS_ALLOW_PATH_APP_SHARING
482486
Allow workspace apps that are not served from subdomains to be shared.
483487
Path-based app sharing is DISABLED by default for security purposes.
@@ -494,7 +498,7 @@ workspaces stopping during the day due to template max TTL.
494498
can be disabled entirely with --disable-path-apps for further
495499
security.
496500

497-
ENTERPRISE OPTIONS:
501+
ENTERPRISE OPTIONS:
498502
These options are only available in the Enterprise Edition.
499503

500504
--browser-only bool, $CODER_BROWSER_ONLY

0 commit comments

Comments
 (0)