graph
Usage
prism graph
is used to render your project as a series of nodes and edges (i.e., a graph) and launch an interactive UI for visualizing this graph.
The CLI arguments are largely the same as the arguments used to instantiate the PrismProject
and call the PrismProject.graph()
method. However, note that the CLI command ignores connectors
, callbacks
, concurrency
, and package_lookups
. These inputs do not affect the graph
command's behavior.
Example
Here's what an example project looks like:
Last updated