Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 307 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 307 Bytes

openfga-graphviz-gen

Generate graphviz diagrams from an OpenFGA authorization model definition.

Usage

To print the model:

make build && ./openfga-graphviz-gen --model-path <path>

To generate a PNG of the model:

make build && ./openfga-graphviz-gen --model-path <path> | dot -Tpng > model.png