Skip to content
GitHub

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) or flat.

View the full dependency tree for all reports:

bino graph --view tree

Focus on a single artefact:

bino graph --artefact monthly_sales --view tree

You can copy graph output into your docs and accompany it with a der diagram image for easier reading.