2.0.0 • Published 2 years ago

github-orgs-cli v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

GitHub Organization CLI

npm version npm downloads license

Features

  • Invite users to an organization
    • with teams
  • Invite users to a repositry

Installation

npm

npm install --global github-orgs-cli
# or
pnpm add --global github-orgs-cli

Local install using Git

git clone https://github.com/pers0n4/github-orgs-cli.git
cd github-orgs-cli

npm link
# or
pnpm link --global

Usage

github-orgs-cli --help

github-orgs-cli org [organization] [options] (default)
github-orgs-cli repo [owner/repo] [options]
github-orgs-cli limit

# invite a user to an organization
github-orgs-cli <ORG>
github-orgs-cli <ORG> -f invitees.txt
github-orgs-cli org <ORG>
github-orgs-cli org <ORG> --file invitees.txt

# invite a user to a repository
github-orgs-cli repo <OWNER/REPO>
github-orgs-cli repo <OWNER/REPO> -f invitees.txt

LICENSE

MIT License