Skip to content

progress

Display the current modernization progress from migration-state.json.

Terminal window
npx modernizespec progress [options]
  1. Reads migration-state.json
  2. Displays overall progress, per-context status, parity test results, and velocity metrics
  3. Highlights active blockers
  4. Shows estimated completion date
FlagDescriptionDefault
--dir <path>Project directoryCurrent directory
--context <name>Show details for a specific contextAll contexts
--jsonOutput as JSONHuman-readable table
--updateInteractive update mode (prompts for new values)Read-only
Terminal window
npx modernizespec progress

Output:

Terminal window
npx modernizespec progress --context Accounts
Terminal window
npx modernizespec progress --update --context Accounts --progress 0.55
CodeMeaning
0Progress displayed successfully
1Active blockers with severity “critical”
2Spec files not found