a collection of tools for digging around IPFS nodes
go build will build the binary in your local directory
$ go install github.com/ipshipyard/vole@latestWill download using go mod, build and install the binary in your global Go binary directory (e.g. ~/go/bin)
go install will build and install the binary in your global Go binary directory (e.g. ~/go/bin)
Tool usage can be explored using --help on the CLI.
Note: this tool is experimental and may evolve (i.e. break shell scripts) over time.