Usage
bengal.utils.graph.orphans [OPTIONS]
Options
| Option | Type | Description |
|---|---|---|
--config
|
PATH |
Path to config file (default: bengal.toml) |
--format, -f
|
CHOICE |
Output format (default: table) Default:table
|
--level, -l
|
CHOICE |
Connectivity level to show (default: isolated) Default:isolated
|
--limit, -n
|
INTEGER |
Limit number of results (default: all) |
--sort
|
CHOICE |
Sort order (default: score) Default:score
|
Arguments
| Argument | Type | Description |
|---|---|---|
source
|
PATH |
Default:.
|
Examples
# List isolated pages (truly orphaned)
bengal graph orphans
# List lightly linked pages
bengal graph orphans --level lightly
# Show all levels for full picture
bengal graph orphans --level all
# Export as JSON
bengal graph orphans --format json > orphans.json