https://github.com/heaths/gh-users
GitHub CLI extension to list users for a repository
https://github.com/heaths/gh-users
cli gh-extension
Last synced: 11 months ago
JSON representation
GitHub CLI extension to list users for a repository
- Host: GitHub
- URL: https://github.com/heaths/gh-users
- Owner: heaths
- License: mit
- Created: 2021-08-25T01:03:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-18T16:37:33.000Z (over 4 years ago)
- Last Synced: 2025-07-02T21:01:51.295Z (11 months ago)
- Topics: cli, gh-extension
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# gh users
[GitHub CLI] extension to list all users for a repository, or only those matching a specified substring.
```bash
# Show all members' status:
gh users
# Show status for any member matching the given substring:
gh users heath
```
## Install
Make sure you have version 2.0 or [newer] of the [GitHub CLI] installed.
```bash
gh extension install heaths/gh-users
```
### Upgrade
The `gh extension list` command shows if updates are available for extensions. To upgrade, you can use the `gh extension upgrade` command:
```bash
gh extension upgrade heaths/gh-users
# Or upgrade all extensions:
gh extension upgrade --all
```
## License
Licensed under the [MIT](LICENSE.txt) license.
[GitHub CLI]: https://github.com/cli/cli
[newer]: https://github.com/cli/cli/releases/latest