Skip to content

Commit

Permalink
chore(client): update deis CLI binaries at S3 to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed May 30, 2014
1 parent 66c0da8 commit 3084115
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions client/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ Get Started
If you don't have `Python`_ installed, you can download a binary executable
version of the Deis client for Mac OS X, Windows, or Debian Linux:

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

2. `Register a User`_:

Expand Down
10 changes: 5 additions & 5 deletions docs/developer/install-client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Install the Client
==================
The Deis command-line interface (CLI), or client, allows you to interact
with a Deis :ref:`Controller`. You must install the client to use Deis.

Download Binaries
-----------------
You can download a binary executable version of the Deis client for Mac OS X, Windows, or Debian Linux:

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

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

Expand All @@ -31,7 +31,7 @@ You can also install the latest Deis client using Python's pip_ package manager:
...
Successfully installed deis
Cleaning up...
$ deis
Usage: deis <command> [<args>...]
Expand Down
6 changes: 3 additions & 3 deletions docs/operations/register-admin-user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Install the latest Deis client using Python's pip_ package manager:
If you don't have Python_ installed, you can download a binary executable
version of the Deis client for Mac OS X, Windows, or Debian Linux:

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

Register a User
---------------
Expand Down

0 comments on commit 3084115

Please sign in to comment.