Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 232 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 232 Bytes

MongoDB Stitch CLI

Linting

provided by gometalinter

gometalinter --exclude=vendor --vendor --config=.linter.config ./...

Testing

Run all tests:

go test -v $(go list github.com/10gen/stitch-cli/...)