gh-users

GitHub CLI extension to list users for a repository

MIT License

Stars
5
Committers
1

gh users

GitHub CLI extension to list all users for a repository, or only those matching a specified substring.

# 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.

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:

gh extension upgrade heaths/gh-users

# Or upgrade all extensions:
gh extension upgrade --all

License

Licensed under the MIT license.