Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 472 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 472 Bytes

gh repo-collab

A GitHub CLI extension to manage repository access for users and organization teams.

gh extension install mislav/gh-repo-collab
Usage: gh repo-collab list [<repo>]
       gh repo-collab add <repo> <handle> [--permission {pull|triage|push|maintain|admin}]
       gh repo-collab add <repo> < users-file.txt
       gh repo-collab remove <repo> <handle>

Handle may be a GitHub user login handle or `<org>/<slug>' for an organization team.