Skip to content

peopledoc/jarvis

Repository files navigation

jarvis

SRE toolbox

Requirements

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
  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 "....."