https://github.com/operator-framework/index-mermaid-graph
a tool that produces SVG diagrams using OLM graphs as the input
https://github.com/operator-framework/index-mermaid-graph
Last synced: 25 days ago
JSON representation
a tool that produces SVG diagrams using OLM graphs as the input
- Host: GitHub
- URL: https://github.com/operator-framework/index-mermaid-graph
- Owner: operator-framework
- License: apache-2.0
- Created: 2021-03-11T16:55:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T18:39:28.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T23:27:10.908Z (about 1 month ago)
- Language: Go
- Size: 44.3 MB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README-local-package-graph.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - operator-framework/index-mermaid-graph - a tool that produces SVG diagrams using OLM graphs as the input (others)
README
## To make a Mermaid graph for your operator index
### Required:
sed, make, git, container execution environment (such as Docker, podman)### Usage
```bash
git clone [email protected]:jmccormick2001/sample-operator
cd sample-operator
make bundle-build
docker tag controller-bundle:2.0.0 quay.io/btofel/controller-bundle:v2.0.0
docker push quay.io/btofel/controller-bundle:v2.0.0
opm registry add --bundle-images quay.io/btofel/controller-bundle:v2.0.0 --database "test-registry.db"
cd
INDEX_DB_PATH_AND_NAME=//test-registry.db make run
```