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
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
The text was updated successfully, but these errors were encountered:
"Doc as mermaid" which is one step towards a "documentation" feature (see issue #15 )
option 1: copy mermaid output to (Windows) `clip.exe` and copy it into `https://mermaid.live` for review
```
➟ poetry run bootstrap-cli diagram .local/config-deploy-bootstrap.yml | clip.exe
```
option 2: add a markdown wrapper and pipe it into a `graph.md` document, where you can use VSCode with mermaid extension as output or for review
```
➟ poetry run bootstrap-cli diagram --markdown-yes .local/config-deploy-bootstrap.yml > graph.md
```
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
The text was updated successfully, but these errors were encountered: