mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
feat: add customizable upgrade message on client/server version mismatch (#11587)
This commit is contained in:
Generated
+10
@@ -73,6 +73,16 @@ Block peer-to-peer (aka. direct) workspace connections. All workspace connection
|
||||
|
||||
Whether Coder only allows connections to workspaces via the browser.
|
||||
|
||||
### --cli-upgrade-message
|
||||
|
||||
| | |
|
||||
| ----------- | --------------------------------------- |
|
||||
| Type | <code>string</code> |
|
||||
| Environment | <code>$CODER_CLI_UPGRADE_MESSAGE</code> |
|
||||
| YAML | <code>client.cliUpgradeMessage</code> |
|
||||
|
||||
The upgrade message to display to users when a client/server mismatch is detected. By default it instructs users to update using 'curl -L https://coder.com/install.sh | sh'.
|
||||
|
||||
### --cache-dir
|
||||
|
||||
| | |
|
||||
|
||||
Reference in New Issue
Block a user