Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miparnisari/openfga-graphviz-gen


https://github.com/miparnisari/openfga-graphviz-gen

Last synced: 19 days ago
JSON representation

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`