File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -241,13 +241,15 @@ inspection or embedding in docs (GitHub renders Mermaid in Markdown).
241241``` bash
242242python -m orchestrator.main doctor graph --recipe odoo_create_or_update_module
243243# writes: orchestrator/artifacts/graph/recipe_odoo_create_or_update_module.mmd
244+ # formats: add --format md or --format html to emit Markdown or a self-contained HTML viewer
244245```
245246
246247- Executed run graph (colored by node status):
247248
248249``` bash
249250python -m orchestrator.main doctor run-graph --run-id < run_id> --recipe odoo_create_or_update_module
250251# writes: orchestrator/artifacts/<task-id>/graph/run_<run_id>.mmd (+ JSON index)
252+ # formats: add --format md or --format html for Markdown/HTML
251253```
252254
253255Mermaid example (executed run):
You can’t perform that action at this time.
0 commit comments