ghorg

0.1.0 • Public • Published

ghorg

CLI tools for managing a github organization

Table of Contents

Install

npm install ghorg --global

Usage

> ghorg -h
Commands:
  keys [team]  Get public keys

Options:
  -o, --organization  Organization name                               [required]
  -h                  Show help                                        [boolean]

Configuration Files

Create an rc file to set defaults, so you don't have to pass an organization flag to every command.

# ~/.ghorgrc
organization = MyOrgName

ghorg will walk the directory tree looking for rc files, so you can create one in the root of your organization's project directory to make the CLI context aware.

Commands

Keys

Get the public keys for all organization members, optionally limited to a single team. They are combined and written to stdout.

> ghorg keys -h
ghorg keys [team]

Options:
  -o, --organization  Organization name                               [required]
  -h                  Show help                                        [boolean]

Contribute

PRs welcome! Please read the contributing guidelines and the code of conduct.

License

MIT © Jack Boberg.

Package Sidebar

Install

npm i ghorg

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • jackboberg