2019/access/fetch-keys
2019-07-21 00:58:54 +03:00
..
authtoken.go Small tool to fetch configured SSH keys for a Github Team 2019-07-19 18:25:57 +03:00
main.go Don't dump the keys to stdout by default 2019-07-21 00:30:29 +03:00
README.md Add a note on the OAuth token config 2019-07-21 00:58:54 +03:00

Use the Github API to fetch configured SSH keys for a team.

Build by (making sure your GOPATH environment variable is properly configured) -

go get
go build

Run

./fetch-keys --help

The tool uses an OAuth Token to connect to the Github API, make sure you've added a personal access token via your Github account settings and have either properly edited the authtoken.go source file (!!! with caution), or pass the appropriate token via the command line.