ghe‐org‐diff - elliottcarlson/ghe GitHub Wiki

Tool to determine if the repos on two organizations match on the source GitHub.com and destination GitHub Enterprise server.

Usage

GHE> org-diff -h
usage: ghe-org-diff.py [-h] [-ghe-host HOST] [-ghe-token TOKEN]
                       [-gh-token TOKEN]
                       source [dest]

Tool to determine if the repos on two organizations match on the source GitHub.com and destination GitHub Enterprise server.

positional arguments:
  source            the organization on GitHub.com
  dest              the organization on your GitHub Enterprise instance.

optional arguments:
  -h, --help        show this help message and exit
  -ghe-host HOST    the hostname to your GitHub Enterprise server (default:
                    value from `ghe-host` environment variable)
  -ghe-token TOKEN  GitHub Enterprise access token for user set with -ghe-user
                    (default: value from `ghe-token` environment variable)
  -gh-token TOKEN   GitHub.com access token for an account with admin
                    priveleges on source organization (default: value from
                    `gh-token` environment variable)
GHE>
⚠️ **GitHub.com Fallback** ⚠️