/workflow-cli

Primary LanguageGoApache License 2.0Apache-2.0

Drycc Client

Build Status Go Report Card codebeat badge codecov

Download Links: https://github.com/drycc/workflow-cli/releases

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.

Download and run the Drycc install script(not windows):

For example, install v1.0.1 version:

sudo bash < <(curl -fsSL https://github.com/drycc/workflow-cli/releases/download/v1.0.1/install-drycc.sh)

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