Command

bengal.debug.incremental

Debug incremental build issues.

Analyzes cache state, explains why pages rebuild, identifies phantom rebuilds, and validates cache consistency.

Usage

bengal.debug.incremental [OPTIONS]

Options

Option Type Description
--explain TEXT

Explain why a specific page was rebuilt

--output PATH

Output file (for JSON format)

--format CHOICE

Output format

Default:console
--traceback CHOICE

Traceback verbosity

Examples

    bengal debug incremental
    bengal debug incremental --explain content/posts/my-post.md
    bengal debug incremental --format json --output debug-report.json