Repoguard is CLI tool built in Go language to monitor access of GitHub Repositories.
Source Code#
harisheoran/repoguard
Monitor access of GitHub Repository access.
Go
0
0
How to Install#
- Go to the Release section
 - Download for your OS
 
wget <file link from release section for your OS>
tar -xzvf <downloaded tar file>
mv repoguard /usr/local/bin
How to use Repoguard?#
- Configure the CLI
repoguard configure 
and provide it the GitHub Token
userscommand to get a list of collaborators.- Use flag 
--ufor providing the username of GitHub. - Use flag 
--rfor providing the GitHub repository name. 
- Use flag 
 revoketo revoke access of a user.- Use flag 
--ofor providing the owner of GitHub(the name of admin github account) - Use flag 
--rfor providing the repository name of GitHub account of that owner. - Use flag 
--ufor providing the username whom access you want to revoke. 
- Use flag 
 
Features#
Implemented#
- Get a list of users who have access to the GitHub Repository.
 - Revoke access of user.
 - Configure repoguard for your GitHub account.