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 installEnsure $(go env GOPATH)/bin is included in your $PATH, at which point you can execute fuzzctl commands:
fuzzctl helpUnit tests can be run like so:
mage testTo install fuzzctl in $GOBIN:
mage installTo build a .deb and/or .rpm:
mage deb
mage rpmThis project is licensed under a 3-clause BSD license found in the license file.