$([char]10)
The same migration engine that powers the web experience, available in your terminal.
Global install, always available
Run instantly, no install needed
| Command | Description | Key Flags |
|---|---|---|
| forge analyze | Scan repo, detect frameworks, score health | --dir, --verbose |
| forge plan <lib> | Extract breaking changes, show migration plan | --from, --to, --guide |
| forge migrate <lib> | Full pipeline: plan, generate, validate, apply | --dry-run, --all, --yes |
| forge verify | Re-run transforms in dry-run mode | --dir |
| forge rollback | Restore from most recent backup | --dir |
| forge report | Display migration report from last run | --dir |