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.
- Host: GitHub
- URL: https://github.com/jimdo/github-team-ssh-keys
- Owner: Jimdo
- License: apache-2.0
- Created: 2017-03-20T10:50:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T12:45:58.000Z (over 4 years ago)
- Last Synced: 2024-06-19T16:46:57.596Z (almost 2 years ago)
- Topics: owner-team-wonderland, wonderland1, wonderland2
- Language: Go
- Homepage:
- Size: 589 KB
- Stars: 4
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```