Usage
bengal.project.config [OPTIONS]
Options
| Option | Type | Description |
|---|---|---|
--list
flag
|
BOOLEAN |
List all configuration options |
--set
flag
|
BOOLEAN |
Set a configuration value |
Arguments
| Argument | Type | Description |
|---|---|---|
key
|
TEXT |
|
value
|
TEXT |
Examples
bengal project config # Show current config
bengal project config site.title # Get specific value
bengal project config site.title "My Blog" --set # Set value
bengal project config --list # List all options