# Case 1: Generate a business architecture diagram for the entire project
spograph --project-dir=example-2-mono-repo
# Case 2: Generate a business architecture diagram for specific services
spograph --server-dir=example-2-mono-repo/flashSale --server-dir=example-2-mono-repo/order
# To include database services in the diagram, add the "--all" parameter