Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 552 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 552 Bytes

CsdlToDiagram

Simple console app to generate a PlantUml diagram from an OData CSDL file. Available on nuget as a tool: CsdlToDiagram

Generate a PlantUML diagram to the console.

CsdlToDiagram <csdlFile>

Generate an SVG diagram to the console.

CsdlToDiagram <csdlFile> -s

Generate an SVG diagram to a file

CsdlToDiagram <csdlFile> -s -o <outFile>

Generate an SVG diagram to a file using a specific PlantUML rendering server

CsdlToDiagram <csdlFile> -s -o <outFile> -u https://www.plantuml.com/plantuml