Skip to content

unchartedsky/github-tools

Repository files navigation

Build Status Docker Pulls

GitHub Tools

$ cat ~/.github-tools.yaml 
accessToken: "YOUR_GITHUB_ACCESS_TOKEN"
$ go run main.go 
GitHub management tool

Usage:
  github-tools [command]

Available Commands:
  add-everyone Assign every member of the organization to a target team.
  add-team     Add a team to all the repositories, which belong to the organization
  help         Help about any command

Flags:
      --config string   config file (default is $HOME/.github-tools.yaml)
  -h, --help            help for github-tools
  -t, --toggle          Help message for toggle
      --token string    GitHub access token

Use "github-tools [command] --help" for more information about a command.
go run main.go add-everyone --team Everyone --org UnchartedSky
go run main.go add-team --team Everyone --org UnchartedSky

Integrations with Sentry.io

Specify the SENTRY_DSN environment variable to use Sentry.io as your monitoring tool.