2.2.3 • Published 3 months ago

github-migration-monitor v2.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

GitHub Migration Monitor

This command line tool allows you to monitor an organization's GitHub Enterprise Importer (GEI) migrations.

It'll watch your organization's migrations and display a UI with your queued, in progress, successful and failed migrations, plus an event log.

Usage

  1. Make sure you have Node.js installed. You can double check by running node --version.
  2. Make sure you have npm installed. You can double check by running npm --version.
  3. Set the GITHUB_TOKEN environment variable to a classic personal access token (PAT) with the admin:org scope.
  4. Run npx github-migration-monitor --organization ORGANIZATION, replacing ORGANIZATION with your organization name.

Customizing how often the CLI polls for updates

By default, the CLI will poll for updates to your migrations every 10 seconds.

You can customize this by setting the --interval-in-seconds argument with a value in seconds.

Setting the GitHub token using a command line argument

Instead of specifying your access token using the GITHUB_TOKEN environment variable, you can alternatively use the --github-token argument

2.2.3

3 months ago

2.2.1

9 months ago

2.2.0

9 months ago

2.2.2

9 months ago

2.1.2

11 months ago

1.1.1

12 months ago

2.1.1

11 months ago

2.1.3

9 months ago

2.1.0

12 months ago

2.0.0

12 months ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago