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.--artefact– focus on specific artefact names (can be repeated).--exclude-artefact– exclude certain artefact names (can be repeated).--view– output format:tree(default) orflat.
Examples
Section titled “Examples”View the full dependency tree for all reports:
bino graph --view treeFocus on a single artefact:
bino graph --artefact monthly_sales --view treeYou can copy graph output into your docs and accompany it with a der diagram image for easier reading.