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 report

Generate a migration report summarizing the transpilation pipeline results.

Synopsis

batuta report [OPTIONS]

Description

The report command generates a comprehensive migration report covering all 5 pipeline phases. It includes analysis results, transpilation statistics, optimization recommendations, validation results, and build status.

Options

OptionDescription
--output <PATH>Output file path (default: migration_report.html)
--format <FORMAT>Report format: html (default), markdown, json, text
-v, --verboseEnable verbose output
-h, --helpPrint help

Output Formats

FormatDescription
htmlRich HTML report with charts and styling
markdownMarkdown for GitHub/GitLab integration
jsonMachine-readable JSON for CI/CD pipelines
textPlain text for terminal viewing

Examples

HTML Report (Default)

$ batuta report

📊 Generating migration report...
Report saved to: migration_report.html

Markdown for GitHub

$ batuta report --format markdown --output MIGRATION.md

JSON for CI/CD

$ batuta report --format json --output report.json

See Also


Previous: batuta build Next: batuta status