Command

bengal.config.show

📋 Display merged configuration.

Shows the effective configuration after merging defaults, environment, and profile settings.

Use --origin to see which file contributed each config key, useful for debugging configuration issues.

Usage

bengal.config.show [OPTIONS]

Options

Option Type Description
--environment, -e CHOICE

Environment to load (auto-detected if not specified)

--format CHOICE

Output format

Default:yaml
--origin flag BOOLEAN

Show which file contributed each config key

--profile, -p TEXT

Profile to load (optional)

--section, -s TEXT

Show only specific section (e.g., 'site', 'build')

Arguments

Argument Type Description
source PATH Default:.

Examples

    bengal config show
    bengal config show --environment production
    bengal config show --profile dev --origin
    bengal config show --section site