Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8574592

Browse files
committed
updated docs
1 parent 31b3b9b commit 8574592

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

cli/testdata/coder_server_--help.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ OPTIONS:
5858
provided via other flags, PostgreSQL binaries will be downloaded from
5959
Maven (https://repo1.maven.org/maven2) and store all data in the
6060
config root. Access the built-in database with "coder server
61-
postgres-builtin-url".
61+
postgres-builtin-url". This can't be used together with individual
62+
postgres connection flags.
6263

6364
--postgres-database string, $CODER_PG_DATABASE
6465
PostgreSQL database name.

codersdk/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2257,7 +2257,7 @@ when required by your organization's security policy.`,
22572257
},
22582258
{
22592259
Name: "Postgres Connection URL",
2260-
Description: "URL of a PostgreSQL database. If empty and credentials are not provided via other flags, PostgreSQL binaries will be downloaded from Maven (https://repo1.maven.org/maven2) and store all data in the config root. Access the built-in database with \"coder server postgres-builtin-url\".",
2260+
Description: "URL of a PostgreSQL database. If empty and credentials are not provided via other flags, PostgreSQL binaries will be downloaded from Maven (https://repo1.maven.org/maven2) and store all data in the config root. Access the built-in database with \"coder server postgres-builtin-url\". This can't be used together with individual postgres connection flags.",
22612261
Flag: "postgres-url",
22622262
Env: "CODER_PG_CONNECTION_URL",
22632263
Annotations: serpent.Annotations{}.Mark(annotationSecretKey, "true"),

docs/reference/cli/server.md

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ OPTIONS:
5959
provided via other flags, PostgreSQL binaries will be downloaded from
6060
Maven (https://repo1.maven.org/maven2) and store all data in the
6161
config root. Access the built-in database with "coder server
62-
postgres-builtin-url".
62+
postgres-builtin-url". This can't be used together with individual
63+
postgres connection flags.
6364

6465
--postgres-database string, $CODER_PG_DATABASE
6566
PostgreSQL database name.

0 commit comments

Comments
 (0)