File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ A single CLI (`coder`) is used for both the Coder server and the client.
5
5
We support two release channels: mainline and stable - read the
6
6
[ Releases] ( ./releases.md ) page to learn more about which best suits your team.
7
7
8
+ ## Download the latest release from GitHub
9
+
8
10
<div class =" tabs " >
9
11
10
12
## Linux/macOS
@@ -54,6 +56,27 @@ To log in to an existing Coder deployment:
54
56
coder login https://coder.example.com
55
57
```
56
58
59
+ ## Download the CLI from your deployment
60
+
61
+ <blockquote class =" admonition note " >
62
+
63
+ Available in Coder 2.19 and newer.
64
+
65
+ </blockquote >
66
+
67
+ Every Coder server hosts CLI binaries for all supported platforms. You can run a
68
+ script to download the appropriate CLI for your machine from your Coder
69
+ deployment.
70
+
71
+ ``` sh
72
+ curl -L https://coder.example.com/install.sh | sh
73
+ ```
74
+
75
+ This script works within air-gapped deployments and ensures that the version of
76
+ the CLI you have installed on your machine matches the version of the server.
77
+
78
+ This script can be useful when authoring a template for installing the CLI.
79
+
57
80
### Next up
58
81
59
82
- [ Create your first template] ( ../tutorials/template-from-scratch.md )
You can’t perform that action at this time.
0 commit comments