Usage
bengal.cache.inputs [OPTIONS]
Options
| Option | Type | Description |
|---|---|---|
--config
|
PATH |
Path to config file (default: bengal.toml) |
--format
|
CHOICE |
Output format (default: lines) Default:lines
|
--verbose, -v
flag
|
BOOLEAN |
Show source of each input pattern |
Arguments
| Argument | Type | Description |
|---|---|---|
source
|
PATH |
Default:.
|
Examples
bengal cache inputs # One pattern per line
bengal cache inputs --verbose # Show where each pattern comes from
bengal cache inputs --format json # JSON output for scripting
For CI (GitHub Actions):
inputs=$(bengal cache inputs | tr '
' ' ')
key: bengal-${{ hashFiles(inputs) }}