jx-health

jx-health is a small command line tool working with git providers using go-scm
Getting Started
Download the jx-health binary for your operating system and add it to your $PATH.
There will be an app you can install soon too...
Commands
See the jx-health command reference
Developing
If you wish to work on a local clone of go-scm then:
git clone https://github.com/jenkins-x/go-scm
Then in the local go.mod file add the following at the end:
replace github.com/jenkins-x/go-scm => PathToTheAboveGitClone
You can now build this repository using your local modifications and try the locally built binary in build/jx-health or run the unit tests via make test