Deis Client

deis is a command line utility used to interact with the Deis open source PaaS.
Please add any issues you find with this software to the Deis Workflow CLI Project.
Installation
From Bintray
Install the deis client from bintray by running
$ curl -sSL http://deis.io/deis-cli/install-v2.sh | bash
The installer will fetch the latest version of the client into your current directory.
$ ./deis --version
You can then move it anywhere in your path:
$ mv deis /usr/local/bin
From Scratch
To compile the client from scratch, ensure you have Docker installed and run
$ make bootstrap
$ make build
make bootstrap will fetch all required dependencies, while make build will compile and install
the client in the current directory.
$ ./deis --version
Usage
Running deis help will give you a up to date list of deis commands.
To learn more about a command run deis help <command>.
Windows Support
deis has experimental support for Windows. To build deis for Windows, you need to install
go and glide. Then run the make.bat script.
License
see LICENSE