Package Exports
- ghorg
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ghorg) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ghorg
CLI tools for managing a github organization
Table of Contents
Install
npm install ghorg --globalUsage
> 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 = MyOrgNameghorg 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.