Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.25 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.25 KB

Fuzzctl

Built with Mage CI Workflow Dependabot

CLI to manage workflows with Fuzzball.

Quick Start

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

Testing

Unit tests can be run like so:

mage test

Installation and Packaging

To install fuzzctl in $GOBIN:

mage install

To build a .deb and/or .rpm:

mage deb
mage rpm

License

This project is licensed under a 3-clause BSD license found in the license file.