Skip to content

mona-actions/gh-migration-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-migration-monitor

gh-migration-monitor is a GitHub CLI that monitors the progress of a GitHub Organization migrations. It is inspired by another migration monitor app, github-migration-monitor.

Installation

gh extension install mona-actions/gh-migration-monitor

Usage

Usage:
gh migration-monitor [flags]

Flags:
  -t, --github-token string   Github token to use
  -h, --help                  help for migration-monitor
  -o, --organization string   Organization to monitor
  -l, --legacy                If the migration is a legacy migration, you need to provide this flag to monitor legacy migrations

Example

The image below shows the output of the gh migration-monitor command and how the progress of the migration is displayed.

gh-migration-monitor

Tip

You can quickly change focus to Queued, In Progress, Succeeded, or Failed migrations by pressing the q, i, s, or f keys respectively.

License