Draw environment
Use the Depot CLI command draw-env to draw class diagrams of the environment's Dataset schemas.
Usage
# Create a class diagram for all schemas using PlantUML and output as diagram.uml.
depot draw-environment --tool plantuml --output diagram.uml
# Create a class diagram for all schemas using Mermaid and output as diagram.html.
depot draw-environment --tool mermaid --output diagram.html
The tool leverages either PlantUML or Mermaid to create diagrams.