Skip to content

Invite or remove multiple collaborators from multiple repos

License

Notifications You must be signed in to change notification settings

lucassabreu/gh-collab-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-collab-manager

A cli to help invite and/or remove multiple collaborators from multiple GitHub repositories.

Release Build Status Go Report Card

Usage

Invite user johndue to lucassabreu/gh-collab-manager and lucassabreu/clockify-cli.

gh-collab-manager --github-token <token> -a johndue \
  -R lucassabreu/gh-collab-manager -R lucassabreu/clockify-cli

Remove johndue from lucassabreu/gh-collab-manager.

gh-collab-manager --github-token <token> -R lucassabreu/gh-collab-manager -r johndue

Invite octocat and github; also remove johndue from repositories lucassabreu/gh-collab-manager and lucassabreu/clockify-cli.

gh-collab-manager --github-token <token> \
  -R lucassabreu/gh-collab-manager -R lucassabreu/clockify-cli \
  -r johndue -a octocat -a github

How to install Powered By: GoReleaser

Using go install

go install github.com/lucassabreu/gh-collab-manager

By Hand

Go to the releases page and download the pre-compiled binary that fits your system.

Help

Add and remove users from repositories

Usage:
  gh-collab-manager [flags]

Flags:
  -a, --add stringArray       handle of collaborators to invite to the repositories
      --config string         config file (default is $HOME/.gh-collab-manager.yaml)
  -t, --github-token string   github token to access the api (defaults to $GITHUB_TOKEN)
  -h, --help                  help for gh-collab-manager
  -r, --remove stringArray    handle of collaborators to remove from the repositories
  -R, --repo stringArray      repositories to add/remove collaborators
  -v, --version               shows cli version

Changelog

Link

About

Invite or remove multiple collaborators from multiple repos

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages