Migration Status

Show the current migration status for all configured databases

c9s 36f883f 421 B Updated

File contents

Show migration status using rockhopper.

Steps

  1. If $ARGUMENTS is provided, use it as the config file path. Otherwise, find all rockhopper_*.yaml config files.
  2. For each config file, run:
    rockhopper --config <config_file> status
    
  3. Present the results clearly, grouped by dialect.

c9s/bbgo/tree/main/.claude/skills/migration-status commit 36f883f09c

Frequently asked questions

npx skillmds@latest add c9s/migration-status