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: 16 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T15:44:57.000Z (over 1 year ago)
- Last Synced: 2024-12-24T00:12:45.611Z (20 days ago)
- Topics: gh-extension
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 52
- 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.
```