Skip to content

WarpedPixel/gh-collaborators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

GitHub CLI Extension collaborators

This is currently only implemented for GitHub organizations.

Installation

To install use gh itself:

> gh extension install warpedpixel/gh-collaborators

Usage

Usage is simple:

> gh collaborators SomeOrganizationIBelongTo

Assuming that you have access to that organization named SomeOrganizationIBelongTo, the extension will think for a bit and output JSON that looks like the below. Colalborators will be listed once if they have access to any of the repos under the organization, so for large organizations this may take some time.

[
{ "org" : "SomeOrganizationIBelongTo", "collaborators": [
"CoolProgrammer", "OctoCat"
]}
]

Output is in JSON so it can be more easily parsed and queried by something like jq.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Languages