An open API service indexing awesome lists of open source software.

https://github.com/jimdo/github-team-ssh-keys

Fetch public keys from users in a specific team in your organization.
https://github.com/jimdo/github-team-ssh-keys

owner-team-wonderland wonderland1 wonderland2

Last synced: about 1 year ago
JSON representation

Fetch public keys from users in a specific team in your organization.

Awesome Lists containing this project

README

          

Github Team SSH Keys
=========================

Fetch public keys from users in a specific team in your organization!

Example
-------

```
./github-team-ssh-keys --token $GITHUB_TOKEN --org YourOrg --team YourTeam
```

Release
-------

Create a tag and push it:

```
git tag -a -m "Github Team SSH Keys Version X.X.X" vX.X.X
git push origin vX.X.X
```