Command

bengal.debug.config-inspect

Advanced configuration inspection and comparison.

Goes beyond 'bengal config diff' with origin tracking, impact analysis, and key-level value resolution explanations.

Usage

bengal.debug.config-inspect [OPTIONS]

Options

Option Type Description
--compare-to TEXT

Compare to environment or profile (e.g., 'production', 'profile:dev')

--explain-key TEXT

Explain how a specific key got its value (e.g., 'site.title')

--find-issues flag BOOLEAN

Find potential configuration issues

--list-sources flag BOOLEAN

List available configuration sources

--format CHOICE

Output format

Default:console
--traceback CHOICE

Traceback verbosity

Examples

    bengal debug config-inspect --list-sources
    bengal debug config-inspect --compare-to production
    bengal debug config-inspect --explain-key site.baseurl
    bengal debug config-inspect --find-issues