Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peopledoc/jarvis
- Owner: peopledoc
- License: mit
- Created: 2020-07-02T13:57:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-26T12:01:48.000Z (over 1 year ago)
- Last Synced: 2024-04-16T06:52:51.232Z (9 months ago)
- Topics: approved-public, ghec-mig-migrated, sre, team-sre
- Language: Go
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 28
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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 "....."`