Contributing Developing locally You'll need at least version 1.21 of Golang. To build the CLI locally: go build To run the tests locally: go test -v ./... Adding a command