Skip to content

Commit 460f8cf

Browse files
committed
make gen
1 parent 61bef0a commit 460f8cf

11 files changed

+25
-137
lines changed

cli/testdata/coder_list_--output_json.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
check versions error: deployment config: GET http://localhost:36329/api/v2/deployment/unprivileged: unexpected status code 404: Route not found.
12
[
23
{
34
"id": "[workspace ID]",

cli/testdata/coder_server_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ CLIENT OPTIONS:
6565
These options change the behavior of how clients interact with the Coder.
6666
Clients include the coder cli, vs code extension, and the web UI.
6767

68-
--cli-upgrade-message string, $CODER_CLI_UPGRADE_MESSAGE
68+
--cli-upgrade-message string, $CODER_CLI_UPGRADE_MESSAGE (default: download the server version with: 'curl -L https://coder.com/install.sh | sh -s -- --version v0.0.0-devel')
6969
The upgrade message to display to users when a client/server mismatch
7070
is detected. By default it instructs users to update using 'curl -L
7171
https://coder.com/install.sh | sh'.

cli/testdata/coder_users_list_--output_json.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
check versions error: deployment config: GET http://localhost:36329/api/v2/deployment/unprivileged: unexpected status code 404: Route not found.
12
[
23
{
34
"id": "[first user ID]",

cli/testdata/server-config.yaml.golden

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,9 @@ client:
436436
# The upgrade message to display to users when a client/server mismatch is
437437
# detected. By default it instructs users to update using 'curl -L
438438
# https://coder.com/install.sh | sh'.
439-
# (default: <unset>, type: string)
440-
cliUpgradeMessage: ""
439+
# (default: download the server version with: 'curl -L
440+
# https://coder.com/install.sh | sh -s -- --version v0.0.0-devel', type: string)
441+
cliUpgradeMessage: 'download the server version with: ''curl -L https://coder.com/install.sh | sh -s -- --version v0.0.0-devel'''
441442
# The renderer to use when opening a web terminal. Valid values are 'canvas',
442443
# 'webgl', or 'dom'.
443444
# (default: canvas, type: string)

coderd/apidoc/docs.go

Lines changed: 4 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

Lines changed: 4 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/general.md

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

docs/api/schemas.md

Lines changed: 2 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/server.md

Lines changed: 6 additions & 5 deletions
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ 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

69-
--cli-upgrade-message string, $CODER_CLI_UPGRADE_MESSAGE
69+
--cli-upgrade-message string, $CODER_CLI_UPGRADE_MESSAGE (default: download the server version with: 'curl -L https://coder.com/install.sh | sh -s -- --version v0.0.0-devel')
7070
The upgrade message to display to users when a client/server mismatch
7171
is detected. By default it instructs users to update using 'curl -L
7272
https://coder.com/install.sh | sh'.

site/src/api/typesGenerated.ts

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

0 commit comments

Comments
 (0)