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.
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
To compile the client from scratch, ensure you have Container installed and run
$ make
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
Running drycc help
will give you a up to date list of drycc
commands.
To learn more about a command run drycc help <command>
.
see LICENSE