Skip to content

drycc/workflow-cli

Repository files navigation

Build Status

Drycc Workflow is the open source fork of Drycc Workflow.
Please go here for more detail.
08/27/2018 Team Drycc blog comes online
08/20/2018 Drycc #community slack goes dark
08/10/2018 Drycc Workflow v2.19.4 fourth patch release
08/08/2018 Drycc website goes dark, then redirects to Azure Kubernetes Service
08/01/2018 Drycc Workflow v2.19.3 third patch release
07/17/2018 Drycc Workflow v2.19.2 second patch release
07/12/2018 Drycc Workflow v2.19.1 first patch release
06/29/2018 Drycc Workflow v2.19.0 first release in the open source fork of Drycc
06/16/2018 Drycc Workflow v2.19 series is announced
03/01/2018 End of Drycc Workflow maintenance: critical patches no longer merged
12/11/2017 Team Drycc slack community invites first volunteers
09/07/2017 Drycc Workflow v2.18 final release before entering maintenance mode
09/06/2017 Team Drycc slack community comes online

Drycc Client

Build Status Go Report Card codebeat badge codecov

Download Links:

drycc is a command line utility used to interact with the Drycc open source PaaS.

Please add any issues you find with this software to the Drycc 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 drycc https://storage.googleapis.com/workflow-cli-master/drycc-latest-linux-amd64 && chmod +x drycc

Latest stable release:

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

32 Bit Linux

Master:

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

Latest stable release:

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

64 Bit Mac OS X

Master:

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

Latest stable release:

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

32 Bit Max OS X

Master:

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

Latest stable release:

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

64 Bit Windows

Master:

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

Latest stable release:

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

32 Bit Windows

Master:

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

Latest stable release:

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

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

Run the following to see the version:

$ ./drycc --version

You can then move it anywhere in your path:

$ mv drycc /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.

$ .\drycc --version

Usage

Running drycc help will give you a up to date list of drycc commands. To learn more about a command run drycc help <command>.

License

see LICENSE

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages