Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit14b0604

Browse files
committed
golden updates
1 parent49cba02 commit14b0604

19 files changed

+107
-0
lines changed

‎cli/testdata/coder_reset-password_--help.golden‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@ OPTIONS:
1212
--postgres-url string, $CODER_PG_CONNECTION_URL
1313
URL of a PostgreSQL database to connect to.
1414

15+
--postgres-url-file string, $CODER_PG_CONNECTION_URL_FILE
16+
Path to a file containing the URL of a PostgreSQL database. The file
17+
contents will be read and used as the connection URL. This is an
18+
alternative to --postgres-url for cases where the URL is stored in a
19+
file, such as a Docker or Kubernetes secret.
20+
1521
———
1622
Run `coder --help` for a list of global options.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ OPTIONS:
6565
server postgres-builtin-url". Note that any special characters in the
6666
URL must be URL-encoded.
6767

68+
--postgres-url-file string, $CODER_PG_CONNECTION_URL_FILE
69+
Path to a file containing the URL of a PostgreSQL database. The file
70+
contents will be read and used as the connection URL. This is an
71+
alternative to --postgres-url for cases where the URL is stored in a
72+
file, such as a Docker or Kubernetes secret.
73+
6874
--ssh-keygen-algorithm string, $CODER_SSH_KEYGEN_ALGORITHM (default: ed25519)
6975
The algorithm to use for generating ssh keys. Accepted values are
7076
"ed25519", "ecdsa", or "rsa4096".

‎cli/testdata/coder_server_create-admin-user_--help.golden‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ OPTIONS:
2323
deployment will be used (Coder must not be already running in this
2424
case).
2525

26+
--postgres-url-file string, $CODER_PG_CONNECTION_URL_FILE
27+
Path to a file containing the URL of a PostgreSQL database. The file
28+
contents will be read and used as the connection URL. This is an
29+
alternative to --postgres-url for cases where the URL is stored in a
30+
file, such as a Docker or Kubernetes secret.
31+
2632
--raw-url bool
2733
Output the raw connection URL instead of a psql command.
2834

‎coderd/apidoc/docs.go‎

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎coderd/apidoc/swagger.json‎

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/reference/api/general.md‎

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/reference/api/schemas.md‎

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/reference/cli/reset-password.md‎

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/reference/cli/server.md‎

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/reference/cli/server_create-admin-user.md‎

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp