Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peopledoc/jarvis

SRE toolbox
https://github.com/peopledoc/jarvis

approved-public ghec-mig-migrated sre team-sre

Last synced: 17 days ago
JSON representation

SRE toolbox

Awesome Lists containing this project

README

        

# jarvis
SRE toolbox

# Requirements

- Git
- gcc (build-essential on debian based); used for [Makefile](Makefile)
- Go, for installation [instructions](https://golang.org/doc/install)

# Architecture

Intelligence are located under the `internal/pkg` folder. Frontends are under the `cmd` folder.
Usage of go modules.

# How to release?

1. You need a personnal token [instructions](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line)
2. To release, run the following command `GITHUB_TOKEN=XXXXX make release`
you could also store your personnal token globally, thanks to git `git config --global github.token "....."`