Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mislav/gh-repo-collab
- Owner: mislav
- Created: 2021-11-24T18:41:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T15:44:57.000Z (over 1 year ago)
- Last Synced: 2024-10-05T08:10:51.897Z (about 1 month ago)
- Topics: gh-extension
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 49
- Watchers: 3
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-gh-cli-extensions - **repo-collab** - Extension to manage repository collaborators. (Github)
- jimsghstars - mislav/gh-repo-collab - GitHub CLI extension to manage repository collaborators (Shell)
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 removeHandle may be a GitHub user login handle or `/' for an organization team.
```