Skip to content

peopledoc/jarvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1267328 · Jan 6, 2021

History

38 Commits
Jul 9, 2020
Sep 29, 2020
Jul 2, 2020
Nov 6, 2020
Sep 8, 2020
Nov 6, 2020
Jul 9, 2020
Jul 2, 2020
Jul 9, 2020
Jul 9, 2020
Jul 9, 2020
Jul 9, 2020
Jul 2, 2020
Nov 6, 2020
Nov 6, 2020
Aug 5, 2020

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