vulkro graph
Show the module dependency graph as JSON. Useful for feeding the project structure into another tool or visualiser.
Usage
vulkro graph [PATH] > graph.json
| Argument | Description | Default |
|---|---|---|
PATH | Path to the project root. | . |
Example
vulkro graph . | jq '.nodes | length'
Related
vulkro dataflow- input-to-sink flow graph.vulkro discover- the endpoint surface.vulkro catalogue- export modules and endpoints as CSV.