Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

batuta status

Show current workflow phase and pipeline progress.

Synopsis

batuta status [OPTIONS]

Description

The status command displays the current state of the 5-phase transpilation pipeline, showing which phases are completed, in progress, or pending. It reads the workflow state from the .batuta-state.json file.

Options

OptionDescription
-v, --verboseEnable verbose output
-h, --helpPrint help

Examples

$ batuta status

📊 Workflow Status

Phase 1: Analysis       ✅ Completed
Phase 2: Transpilation  ✅ Completed
Phase 3: Optimization   ✅ Completed
Phase 4: Validation     🔄 In Progress
Phase 5: Deployment     ⏳ Pending

Overall: 3/5 phases completed

See Also


Previous: batuta report Next: batuta reset