You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deisctl/README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@
4
4
5
5
## Installation
6
6
7
-
To install `deisctl` on Linux or Mac OS X, run this command:
7
+
### Latest deisctl
8
+
9
+
To install the latest `deisctl` on Linux or Mac OS X, run this command:
8
10
9
11
```console
10
12
$ curl -sSL http://deis.io/deisctl/install.sh | sudo sh
@@ -21,6 +23,17 @@ To change installation options, save the installer directly from one of these li
21
23
Then run the downloaded file as a shell script. Append `--help` to see what options
22
24
are available.
23
25
26
+
### Builds for a specific Deis release
27
+
28
+
Note that this script will always give you the most freshly-built deisctl off master. If you are
29
+
using a specific Deis release (not latest), you'll want to use the deisctl built for your release.
30
+
31
+
Builds are hosted on an S3 bucket at this URL format: `https://s3-us-west-2.amazonaws.com/opdemand/deisctl-<VERSION>-<darwin|linux>-amd64.run`
32
+
33
+
The deisctl release for Deis version 0.12 can be downloaded here: [Mac OS X](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.12.0-darwin-amd64.run) | [Linux](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.12.0-linux-amd64.run)
34
+
35
+
### Building from source
36
+
24
37
If you want to install from source, clone the repository and run
0 commit comments