Skip to content

drycc/workflow-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c02d4f1 · Apr 28, 2025
Apr 23, 2025
Apr 9, 2025
Apr 28, 2025
Apr 28, 2025
Apr 28, 2025
Apr 9, 2025
Sep 15, 2022
Sep 6, 2016
Dec 18, 2014
Jun 24, 2016
Aug 1, 2022
Jan 22, 2019
May 5, 2014
Jul 9, 2021
Apr 23, 2025
Oct 14, 2024
Nov 5, 2020
Apr 9, 2025
Apr 17, 2025
Apr 17, 2025
Apr 23, 2025

Repository files navigation

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