Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a2hosting/gh-orgtools
GitHub CLI extension to help work with your organization
https://github.com/a2hosting/gh-orgtools
cli gh-extension github github-api
Last synced: about 1 month ago
JSON representation
GitHub CLI extension to help work with your organization
- Host: GitHub
- URL: https://github.com/a2hosting/gh-orgtools
- Owner: a2hosting
- License: mit
- Created: 2022-03-26T18:36:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T01:07:29.000Z (almost 2 years ago)
- Last Synced: 2024-08-17T08:04:40.174Z (5 months ago)
- Topics: cli, gh-extension, github, github-api
- Language: Shell
- Homepage:
- Size: 30.3 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-orgtools
gh-extension for working with your GitHub org.
## Installation
First, install `gh` from (`brew
install gh` on a Mac using Homebrew).Install gh-orgtools via `gh extension install`:
```sh
gh extension install a2hosting/gh-orgtools
```## Usage
- `gh orgtools help` - prints documentation gh-orgtools and its commands
- `gh orgtools repo-list` - list an organizations repositories
- `gh orgtools team-add-to-repo` - grant an organization team access to the given repository
- `gh orgtools team-get-id` - get GitHub ID for the given team
- `gh orgtools team-list` - list the organization's teams
- `gh orgtools team-repo-list` - list a team's repositories
- `gh orgtools user-get` - get information about the given user
- `gh orgtools user-invite` - invite users to join the organization
- `gh orgtools user-list` - list users in the organization
- `gh orgtools user-remove` - remove users from the organizationSee `gh orgtools help` for full documentation.
## Bug Reports
Issues can be reported on GitHub:
## License
MIT License - see [`LICENSE`](./LICENSE) in this repository.