We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1734dfd commitd2da835Copy full SHA for d2da835
docs/images/install/install_from_deployment.png
229 KB
docs/install/cli.md
@@ -58,15 +58,13 @@ coder login https://coder.example.com
58
##Download the CLI from your deployment
59
60
>[!NOTE]
61
->Available in Coder 2.19 and newer.
+>Available in Coder 2.19 and newer on macOS and Linux clients only.
62
63
Every Coder server hosts CLI binaries for all supported platforms. You can run a
64
script to download the appropriate CLI for your machine from your Coder
65
deployment.
66
67
-```sh
68
-curl -L https://coder.example.com/install.sh| sh
69
-```
+
70
71
This script works within air-gapped deployments and ensures that the version of
72
the CLI you have installed on your machine matches the version of the server.