renderflow inspect¶
Inspect the transformation DAG for a config that points at a transform YAML file.
Syntax¶
renderflow inspect [--config FILE] [--output-format tree|dot] [--target FORMAT | --all] [--export FILE]
Flags¶
| Flag | Description |
|---|---|
--config FILE |
config path, default renderflow.yaml |
--output-format FORMAT |
tree (default) or dot |
--target FORMAT |
restrict output to one target |
--all |
show all reachable targets |
--export FILE |
write output to a file |
Notes¶
inspectrequirestransforms:in the config.- when no
--targetis supplied, reachable formats are discovered automatically. --allis accepted for consistency but the implementation already shows all reachable formats when no explicit target is given.
Examples¶
renderflow inspect
renderflow inspect --output-format dot
renderflow inspect --target pdf --export dag.dot