Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 226 Bytes

File metadata and controls

21 lines (13 loc) · 226 Bytes

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