camel cmd route-diagram
Display Camel route diagram in the terminal
Options
| Option | Description | Default | Type |
|---|---|---|---|
| Filter route by filename or route id | String | |
| Save diagram to a PNG file instead of displaying in terminal | String | |
| Color theme preset (dark, light, transparent) or custom colors (e.g. bg=#1e1e1e:from=#2e7d32:to=#1565c0). Values can be #hex or ANSI color names (e.g. from=seagreen:to=steelblue). Use bg= for transparent. Can also be set via DIAGRAM_COLORS env var. | dark | String |
| Image width in pixels (0 = auto) | 0 | int |
| Display the help and sub-commands | boolean |