ghe-migration-info
Get info about your GitHub Enterprise Server,
e.g. when planning a migration to another GitHub Enterprise Server or to GitHub Enterprise Cloud
Install
$ go get github.com/stoe/ghe-migration-info
Or download the the latest release binary for your platform: github.com/stoe/ghe-migration-info
Usage
USAGE:
ghe-migration-info [OPTIONS]
OPTIONS:
-c, --config string path to the YAML config file (defaults to $HOME/)
--help print this help
-h, --hostname string hostname
-t, --token string personal access token
EXAMPLE:
$ ghe-migration-info -h github.example.com -t AA123...
The scripts requires a personal access token with a site_admin
scope.
Create a Personal Access Token (PAT) for GitHub Enterprise Server, https://HOSTNAME/settings/tokens/new?description=ghe-migration-info&scopes=site_admin
.
License
MIT © Stefan Stölzle