cognitedata/inso-bootstrap-cli

New command **document** to document current state

sdorheim opened this issue · 2 comments

Add new command document that outputs the current setup in markdown + mermaid and highlights what was created with the bootstrap tool and what was manually created

documentation could cover more, but PR #19 implemented now a diagram command to generate mermaid (diagram as code) output, which can be

  • embedded into VSCode or Github markdown for documentation (which has markdown + mermaid support)
  • copy the mermaid code into https://mermaid.live for preview or image exports (PNG, SVG, ..)
spex66 commented

As diagram -- as is today -- gets veeery confusing with complex configurations, this is up on my radar after #63 is done.