Add graph markdown and canvas outputs
This commit is contained in:
@@ -50,6 +50,8 @@ bin/gsp.exe
|
||||
.\bin\gsp.exe flatten page.lottery.main --root examples\lottery --depth -1 --out .gsp\flattened.json
|
||||
.\bin\gsp.exe pack page.lottery.main --root examples\lottery --depth -1 --budget 12000 --out .gsp\context-pack.json
|
||||
.\bin\gsp.exe graph page.lottery.main --root examples\lottery --format mermaid --out .gsp\graph.mmd
|
||||
.\bin\gsp.exe graph page.lottery.main --root examples\lottery --format md --out .gsp\graph.md
|
||||
.\bin\gsp.exe graph page.lottery.main --root examples\lottery --format canvas --out .gsp\graph.canvas
|
||||
.\bin\gsp.exe stage-check --root examples\lottery --stage implement --out .gsp\stage-report.json
|
||||
```
|
||||
|
||||
@@ -61,6 +63,8 @@ bin/gsp.exe
|
||||
.gsp/flattened.json
|
||||
.gsp/context-pack.json
|
||||
.gsp/graph.mmd
|
||||
.gsp/graph.md
|
||||
.gsp/graph.canvas
|
||||
.gsp/stage-report.json
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user