SRE toolbox
- Git
- gcc (build-essential on debian based); used for Makefile
- Go, for installation instructions
Intelligence are located under the internal/pkg
folder. Frontends are under the cmd
folder.
Usage of go modules.
- You need a personnal token instructions
- To release, run the following command
GITHUB_TOKEN=XXXXX make release
you could also store your personnal token globally, thanks to gitgit config --global github.token "....."