GitXplorerGitXplorer
m

gh-repo-collab

public
52 stars
10 forks
4 issues

Commits

List of commits on branch main.
Verified
24946dc872c236b1b8069d9c82e778edc3c2ec26

Add support for managing team access

mmislav committed 2 years ago
Verified
968914ba5a1d2f80262153e0e51eb2cbb7c79d97

Merge pull request #3 from griffin-stewie/feat/paginate

mmislav committed 2 years ago
Unverified
48e884386494588d35a1acec0e9ec216068d4838

add `—paginate` flag to get all members

ggriffin-stewie committed 2 years ago
Unverified
be25e92bfaa98000d5e6566ee36e8ba4ec8bd084

Fix remove docs

mmislav committed 3 years ago
Unverified
014db62d08202ab9b9e26f5bb1dca472ee40853e

Clarify permissions

mmislav committed 3 years ago
Unverified
09c5c164a055ebfa29b9a4438ca5a3ff7793d535

Initial commit

mmislav committed 3 years ago

README

The README file for this repository.

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.