Skip to content

Commit 0ae057f

Browse files
committed
Fix?
1 parent f2ccc2b commit 0ae057f

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

cli/testdata/coder_server_--help.golden

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ SUBCOMMANDS:
99
create-admin-user Create a new admin user with the given username,
1010
email and password and adds it to every
1111
organization.
12+
dbcrypt Manage database encryption.
1213
postgres-builtin-serve Run the built-in PostgreSQL deployment.
1314
postgres-builtin-url Output the connection URL for the built-in
1415
PostgreSQL deployment.
@@ -61,7 +62,7 @@ OPTIONS:
6162
Periodically check for new releases of Coder and inform the owner. The
6263
check is performed once per day.
6364

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

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

86-
CONFIG OPTIONS:
87+
CONFIG OPTIONS:
8788
Use a YAML configuration file when your server launch become unwieldy.
8889

8990
-c, --config yaml-config-path, $CODER_CONFIG_PATH
9091
Specify a YAML file to load configuration from.
9192

9293
--write-config bool
93-
94+
9495
Write out the current server config as YAML to stdout.
9596

96-
INTROSPECTION / HEALTH CHECK OPTIONS:
97+
INTROSPECTION / HEALTH CHECK OPTIONS:
9798
--health-check-refresh duration, $CODER_HEALTH_CHECK_REFRESH (default: 10m0s)
9899
Refresh interval for healthchecks.
99100

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

105-
INTROSPECTION / LOGGING OPTIONS:
106+
INTROSPECTION / LOGGING OPTIONS:
106107
--enable-terraform-debug-mode bool, $CODER_ENABLE_TERRAFORM_DEBUG_MODE (default: false)
107108
Allow administrators to enable Terraform debug output.
108109

@@ -119,7 +120,7 @@ INTROSPECTION / LOGGING OPTIONS:
119120
--log-stackdriver string, $CODER_LOGGING_STACKDRIVER
120121
Output Stackdriver compatible logs to a given file.
121122

122-
INTROSPECTION / PROMETHEUS OPTIONS:
123+
INTROSPECTION / PROMETHEUS OPTIONS:
123124
--prometheus-address host:port, $CODER_PROMETHEUS_ADDRESS (default: 127.0.0.1:2112)
124125
The bind address to serve prometheus metrics.
125126

@@ -132,7 +133,7 @@ INTROSPECTION / PROMETHEUS OPTIONS:
132133
--prometheus-enable bool, $CODER_PROMETHEUS_ENABLE
133134
Serve prometheus metrics on the address defined by prometheus address.
134135

135-
INTROSPECTION / TRACING OPTIONS:
136+
INTROSPECTION / TRACING OPTIONS:
136137
--trace-logs bool, $CODER_TRACE_LOGS
137138
Enables capturing of logs as events in traces. This is useful for
138139
debugging, but may result in a very large amount of events being sent
@@ -146,14 +147,14 @@ INTROSPECTION / TRACING OPTIONS:
146147
--trace-honeycomb-api-key string, $CODER_TRACE_HONEYCOMB_API_KEY
147148
Enables trace exporting to Honeycomb.io using the provided API Key.
148149

149-
INTROSPECTION / PPROF OPTIONS:
150+
INTROSPECTION / PPROF OPTIONS:
150151
--pprof-address host:port, $CODER_PPROF_ADDRESS (default: 127.0.0.1:6060)
151152
The bind address to serve pprof.
152153

153154
--pprof-enable bool, $CODER_PPROF_ENABLE
154155
Serve pprof metrics on the address defined by pprof address.
155156

156-
NETWORKING OPTIONS:
157+
NETWORKING OPTIONS:
157158
--access-url url, $CODER_ACCESS_URL
158159
The URL that users will use to access the Coder deployment.
159160

@@ -179,7 +180,7 @@ NETWORKING OPTIONS:
179180
Specifies the wildcard hostname to use for workspace applications in
180181
the form "*.example.com".
181182

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

224-
NETWORKING / HTTP OPTIONS:
225+
NETWORKING / HTTP OPTIONS:
225226
--disable-password-auth bool, $CODER_DISABLE_PASSWORD_AUTH
226227
Disable password authentication. This is recommended for security
227228
purposes in production deployments that rely on an identity provider.
@@ -252,7 +253,7 @@ NETWORKING / HTTP OPTIONS:
252253
longer if they are actively making requests, but this functionality
253254
can be disabled via --disable-session-expiry-refresh.
254255

255-
NETWORKING / TLS OPTIONS:
256+
NETWORKING / TLS OPTIONS:
256257
Configure TLS / HTTPS for your Coder deployment. If you're running Coder behind
257258
a TLS-terminating reverse proxy or are accessing Coder over a secure link, you
258259
can safely ignore these settings.
@@ -314,7 +315,7 @@ can safely ignore these settings.
314315
Minimum supported version of TLS. Accepted values are "tls10",
315316
"tls11", "tls12" or "tls13".
316317

317-
OAUTH2 / GITHUB OPTIONS:
318+
OAUTH2 / GITHUB OPTIONS:
318319
--oauth2-github-allow-everyone bool, $CODER_OAUTH2_GITHUB_ALLOW_EVERYONE
319320
Allow all logins, setting this option means allowed orgs and teams
320321
must be empty.
@@ -339,7 +340,7 @@ OAUTH2 / GITHUB OPTIONS:
339340
Base URL of a GitHub Enterprise deployment to use for Login with
340341
GitHub.
341342

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

@@ -430,7 +431,7 @@ OIDC OPTIONS:
430431
The custom text to show on the error page informing about disabled
431432
OIDC signups.
432433

433-
PROVISIONING OPTIONS:
434+
PROVISIONING OPTIONS:
434435
Tune the behavior of the provisioner, which is responsible for creating,
435436
updating, and deleting workspace resources.
436437

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

454-
TELEMETRY OPTIONS:
455+
TELEMETRY OPTIONS:
455456
Telemetry is critical to our ability to improve Coder. We strip all
456457
personalinformation before sending data to our servers. Please only disable
457458
telemetrywhen required by your organization's security policy.
@@ -460,7 +461,7 @@ telemetrywhen required by your organization's security policy.
460461
Whether telemetry is enabled or not. Coder collects anonymized usage
461462
data to help improve our product.
462463

463-
USER QUIET HOURS SCHEDULE OPTIONS:
464+
USER QUIET HOURS SCHEDULE OPTIONS:
464465
Allow users to set quiet hours schedules each day for workspaces to avoid
465466
workspaces stopping during the day due to template max TTL.
466467

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

483-
⚠️ DANGEROUS OPTIONS:
484+
⚠️ DANGEROUS OPTIONS:
484485
--dangerous-allow-path-app-sharing bool, $CODER_DANGEROUS_ALLOW_PATH_APP_SHARING
485486
Allow workspace apps that are not served from subdomains to be shared.
486487
Path-based app sharing is DISABLED by default for security purposes.
@@ -497,7 +498,7 @@ workspaces stopping during the day due to template max TTL.
497498
can be disabled entirely with --disable-path-apps for further
498499
security.
499500

500-
ENTERPRISE OPTIONS:
501+
ENTERPRISE OPTIONS:
501502
These options are only available in the Enterprise Edition.
502503

503504
--browser-only bool, $CODER_BROWSER_ONLY

0 commit comments

Comments
 (0)