Git Product home page Git Product logo

workflow-cli's Introduction

Deis Client

Build Status Go Report Card codebeat badge codecov

Download Links:

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

Master:

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

Latest stable release:

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

32 Bit Linux

Master:

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

Latest stable release:

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

64 Bit Mac OS X

Master:

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

Latest stable release:

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

32 Bit Max OS X

Master:

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

Latest stable release:

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

64 Bit Windows

Master:

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

Latest stable release:

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

32 Bit Windows

Master:

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

Latest stable release:

powershell -NoProfile -ExecutionPolicy Bypass -Command "(new-object net.webclient).DownloadFile('https://storage.googleapis.com/workflow-cli-release/deis-stable-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

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

License

see LICENSE

workflow-cli's People

Contributors

mboersma avatar carmstrong avatar helgi avatar aledbf avatar joshua-anderson avatar krancour avatar arschles avatar johanneswuerbach avatar smothiki avatar bengrunfeld avatar kmala avatar tombh avatar technosophos avatar xe avatar nathansamson avatar progrium avatar ultimateboy avatar iancoffey avatar vdice avatar glogiotatidis avatar ngpestelos avatar croemmich avatar kalbasit avatar babarinde avatar wenzowski avatar zinuzoid avatar romansergey avatar slack avatar jgmize avatar benwilber avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.