mix clarity.export_graph (Clarity v0.4.0)

View Source

This task exports the Clarity graph to a DOT file, which can be used for visualization with Graphviz.

Options

  • --out or -o: The output file path. Defaults to - (stdout).
  • --filter-vertices or -f: A list of vertex names to filter the graph. Only vertices reachable from these will be included in the output.