gh-repo-admins

command module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2023 License: MIT Imports: 8 Imported by: 0

README

Repo Admins

gh-repo-admins is a GitHub CLI extension used to retrieve a list of repository admins. This is useful when attempting to respond to security incidents or to determine who to make administrative requests to.

Note: You must have at least read access to the repository in order to use this extension.

Pre-requisites

Installation

gh extension install lindluni/gh-repo-admins

Usage

NAME:
   repo-admins - query repository admins

USAGE:
   repo-admins [global options] command [command options] [arguments...]

VERSION:
   1.0.2

DESCRIPTION:
   gh repo-admins --owner [owner] --repo [repo]
   gh repo-admins --help

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --owner value, -o value  organization or user that owns the repository
   --repo value, -r value   repository name
   --file value, -f value   name of CSV output file (default: "repo-admins.csv")
   --delay value, -d value  delay between GitHub API requests in milliseconds. If you are hitting API rate limits, increase this value. (default: 500)
   --help, -h               show help (default: false)
   --version, -v            print the version (default: false)

Examples

# Retrieve a list of repository admins for the lindluni/gh-repo-admins repository
gh repo-admins --owner lindluni --repo gh-repo-admins

# Retrieve a list of repository admins for the lindluni/gh-repo-admins repository and save the results to a different CSV file
gh repo-admins --owner lindluni --repo gh-repo-admins --file repo-admins.csv

# Retrieve a list of repository admins for the lindluni/gh-repo-admins repository and increase the delay between GitHub API requests
gh repo-admins --owner lindluni --repo gh-repo-admins --delay 1000

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL