bd help --doc graph.
Display a visualization of an issue’s dependency graph.
For epics, shows all children and their dependencies.
For regular issues, shows the issue and its direct dependencies.
With —all, shows all open issues grouped by connected component.
Display formats:
(default) DAG with columns and box-drawing edges (terminal-native)
—box ASCII boxes showing layers, more detailed
—compact Tree format, one line per issue, more scannable
—dot Graphviz DOT format (pipe to dot -Tsvg > graph.svg)
—html Self-contained interactive HTML with D3.js visualization
The graph shows execution order:
- Layer 0 / leftmost = no dependencies (can start immediately)
- Higher layers depend on lower layers
- Nodes in the same layer can run in parallel