You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -199,17 +201,21 @@ orgscript format file.orgs --check
199
201
orgscript lint file.orgs
200
202
orgscript lint file.orgs --json
201
203
orgscript export json file.orgs
204
+
orgscript export mermaid file.orgs
202
205
orgscript check file.orgs
203
206
```
204
207
205
208
`orgscript check` runs `validate`, `lint`, and `format --check` in that order and fails on validation errors, lint errors, or formatting drift. Warnings and info findings alone do not fail the command.
206
209
210
+
`orgscript export mermaid` currently supports `process` and `stateflow` blocks and emits a Markdown document with Mermaid code blocks for direct use in GitHub or docs.
211
+
207
212
See [`docs/cli-v0.1-plan.md`](docs/cli-v0.1-plan.md) for the implementation plan.
0 commit comments