gh-auditor is program that allows you to easily check if your organisation
meets your criteria.
To run an audit on an organisation you need provide the organisation name and
a GitHub access token with admin:read rights.
gh-auditor rust-lang
By default gh-auditor will try to read from the GITHUB_API_KEY environment
variable. You can supply it from the command line.
gh-auditor -t "<token>" rust-lang
``` Erin P. xampprocky@gmail.com
USAGE:
gh-auditor [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-t, --token
ARGS:
admin:read level permissions
```