mirror of
https://github.com/coder/coder.git
synced 2026-09-21 12:44:32 +08:00
docs: clarify offline CLI installation instructions (#19914)
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 229 KiB |
+2
-4
@@ -58,15 +58,13 @@ coder login https://coder.example.com
|
||||
## Download the CLI from your deployment
|
||||
|
||||
> [!NOTE]
|
||||
> Available in Coder 2.19 and newer.
|
||||
> Available in Coder 2.19 and newer on macOS and Linux clients only.
|
||||
|
||||
Every Coder server hosts CLI binaries for all supported platforms. You can run a
|
||||
script to download the appropriate CLI for your machine from your Coder
|
||||
deployment.
|
||||
|
||||
```sh
|
||||
curl -L https://coder.example.com/install.sh | sh
|
||||
```
|
||||

|
||||
|
||||
This script works within air-gapped deployments and ensures that the version of
|
||||
the CLI you have installed on your machine matches the version of the server.
|
||||
|
||||
Reference in New Issue
Block a user