CLI to manage workflows with Fuzzball.
Ensure that you have one of the two most recent minor versions of Go installed as per the installation instructions.
Install Mage as per the installation instructions.
To install fuzzctl
in $(go env GOPATH)/bin
:
mage install
Ensure $(go env GOPATH)/bin
is included in your $PATH
, at which point you can execute fuzzctl
commands:
fuzzctl help
Unit tests can be run like so:
mage test
To install fuzzctl
in $GOBIN
:
mage install
To build a .deb
and/or .rpm
:
mage deb
mage rpm
This project is licensed under a 3-clause BSD license found in the license file.