OpenFGA CLI 0.1.0-beta3 just released! #185
aaguiarz
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Three weeks ago we announced a beta of our new OpenFGA CLI.
We just released a new iteration, that provides a way to use the OpenFGA DSL directly instead of using the JSON format.
You can give it a try with the following steps:
model.fga
:#install the openfga server and start it brew install openfga openfga run
brew
:model.fga
and run a few other commands:A few other commands can now use the DSL files as input:
fga model get --store-id NNN
will display the DSL for the latest model version in a storefga model write --file model.fga --store-id NNN
will create a new modelfga model transform --file model.fga
will display the model in JSON formatYou can get the full details here.
Beta Was this translation helpful? Give feedback.
All reactions