Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mislav/gh-repo-collab

GitHub CLI extension to manage repository collaborators
https://github.com/mislav/gh-repo-collab

gh-extension

Last synced: 26 days ago
JSON representation

GitHub CLI extension to manage repository collaborators

Awesome Lists containing this project

README

        

# 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 []
gh repo-collab add [--permission {pull|triage|push|maintain|admin}]
gh repo-collab add < users-file.txt
gh repo-collab remove

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