Thank you for having an interest in contributing to the rootly CLI!
- Clone this repository
- Run
go get allto get all the dependencies needed.
Just run the following command:
make testMake sure you have the following programs installed:
Once you have all the programs listed above run the following command:
make lintBuild a binary that will go in a folder called bin with the following command:
make buildYou can also build the docker image with the following command:
make docker-buildYou can release a new version of the rootly cli (if you have contributor access) by running the following commands:
make release VERSION="v1.0.0"Replace v1.0.0 with the version you want to release