Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miparnisari/openfga-graphviz-gen
https://github.com/miparnisari/openfga-graphviz-gen
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miparnisari/openfga-graphviz-gen
- Owner: miparnisari
- Created: 2024-08-29T18:39:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T18:25:05.000Z (4 months ago)
- Last Synced: 2024-11-05T18:08:10.279Z (2 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openfga-graphviz-gen
Generate graphviz diagrams from an OpenFGA authorization model definition.
## Usage
To print the model:
`make build && ./openfga-graphviz-gen --model-path `
To generate a PNG of the model:
`make build && ./openfga-graphviz-gen --model-path | dot -Tpng > model.png`