Skip to content

drycc/workflow-cli

Repository files navigation

Deis Client

Build Status Build status Go Report Card codebeat badge

Download Links:

(Note: Windows builds are not yet supported. #26 currently tracks the work to support them).

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

Pre-built Binary

See the appropriate sub-section below for your system to download and install the latest build of this software.

64 Bit Linux

curl -o deis https://storage.googleapis.com/workflow-cli/deis-latest-linux-amd64 && chmod +x deis

32 Bit Linux

curl -o deis https://storage.googleapis.com/workflow-cli/deis-latest-linux-386 && chmod +x deis

64 Bit Mac OS X

curl -o deis https://storage.googleapis.com/workflow-cli/deis-latest-darwin-amd64 && chmod +x deis

32 Bit Max OS X

curl -o deis https://storage.googleapis.com/workflow-cli/deis-latest-darwin-386 && chmod +x deis

64 Bit Windows

powershell -NoProfile -ExecutionPolicy Bypass -Command "(new-object net.webclient).DownloadFile('https://storage.googleapis.com/workflow-cli/deis-latest-windows-amd64.exe', 'deis.exe')"

32 Bit Windows

powershell -NoProfile -ExecutionPolicy Bypass -Command "(new-object net.webclient).DownloadFile('https://storage.googleapis.com/workflow-cli/deis-latest-windows-386.exe', 'deis.exe')"

After you execute the appropriate command for your system, you'll have a deis binary in the current directory.

Run the following to see the version:

$ ./deis --version

You can then move it anywhere in your path:

$ mv deis /usr/local/bin

From Scratch on OS X and Linux

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

From Scratch on Windows

To compile the client from scratch, open PowerShell and execute the following commands in the source directory.

$ .\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

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages