bino graph
bino graph prints a dependency graph of your bundle.
Use it to understand how datasources, datasets, layouts, and artefacts are connected.
bino graph [flags]Common flags:
--work-dir– report bundle directory.--include– focus on specific report names.--exclude– exclude certain report names.--mode– graph mode, for exampletreeorflat.
Examples
Section titled “Examples”View the full dependency tree for all reports:
bino graph --mode treeFocus on a single artefact:
bino graph --include monthly_sales --mode treeYou can copy graph output into your docs and accompany it with a placeholder diagram image for easier reading.