graph
Usage
Usage: prism graph [-h] [--port PORT] [--no-browser] [--full-tb] [-l]
Visualize your Prism project as a DAG in an interactive UI
Options:
-h, --help show this help message and exit
Command Options:
--port PORT Port to use for HTTP request; default is 8080
--no-browser Overwrite default behavior and do not open a tab in the default web browser with the docs UI
General Options:
--full-tb Display the full traceback for errors in the project; default is False
-l, --log-level Log level, must be one of `info`, `warn`, `error`, or `debug`. Default is `info`Example
Last updated