Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 400 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 400 Bytes

gh repo-collab

A GitHub CLI extension to manage repository collaborators.

gh extension install mislav/gh-repo-collab
Usage: gh repo-collab list [<repo>]
       gh repo-collab add <repo> <login> [--permission <string>]
       gh repo-collab add <repo> < logins-file.txt
       gh repo-collab remove <repo> <login>

Valid permission is one of: pull, triage, push, maintain, admin.