Skip to content

Commit 3084115

Browse files
committed
chore(client): update deis CLI binaries at S3 to v0.9.0
1 parent 66c0da8 commit 3084115

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

client/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Get Started
7777
If you don't have `Python`_ installed, you can download a binary executable
7878
version of the Deis client for Mac OS X, Windows, or Debian Linux:
7979

80-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.8.0.tgz
81-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win32-0.8.0.zip
82-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-deb-wheezy-0.8.0.tgz
80+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.9.0.tgz
81+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win32-0.9.0.zip
82+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-deb-wheezy-0.9.0.tgz
8383

8484
2. `Register a User`_:
8585

docs/developer/install-client.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Install the Client
77
==================
88
The Deis command-line interface (CLI), or client, allows you to interact
99
with a Deis :ref:`Controller`. You must install the client to use Deis.
10-
10+
1111
Download Binaries
1212
-----------------
1313
You can download a binary executable version of the Deis client for Mac OS X, Windows, or Debian Linux:
1414

15-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.8.0.tgz
16-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win32-0.8.0.zip
17-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-deb-wheezy-0.8.0.tgz
15+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.9.0.tgz
16+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win32-0.9.0.zip
17+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-deb-wheezy-0.9.0.tgz
1818

1919
Extract the ``deis`` binary and place it in your workstation path.
2020

@@ -31,7 +31,7 @@ You can also install the latest Deis client using Python's pip_ package manager:
3131
...
3232
Successfully installed deis
3333
Cleaning up...
34-
34+
3535
$ deis
3636
Usage: deis <command> [<args>...]
3737

docs/operations/register-admin-user.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Install the latest Deis client using Python's pip_ package manager:
2929
If you don't have Python_ installed, you can download a binary executable
3030
version of the Deis client for Mac OS X, Windows, or Debian Linux:
3131

32-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.8.0.tgz
33-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win32-0.8.0.zip
34-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-deb-wheezy-0.8.0.tgz
32+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.9.0.tgz
33+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win32-0.9.0.zip
34+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-deb-wheezy-0.9.0.tgz
3535

3636
Register a User
3737
---------------

0 commit comments

Comments
 (0)