github-orgs-cli

GitHub Oragnization CLI

Usage no npm install needed!

<script type="module">
  import githubOrgsCli from 'https://cdn.skypack.dev/github-orgs-cli';
</script>

README

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/rpo] [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