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