Replies: 2 comments
-
Thanks for raising this issue and listing some interesting use-cases @bpmoneill! A CLI is definitely in our plans, but hearing how you and other folks from the community are looking to using it gives us a lot of interesting use-cases we will aim to cover. Thanks! And please do add to this any other use-cases you can think of if you remember any. We will be taking them to heart. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We plan to work on this soon openfga/roadmap#17 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I believe there is a need to support a CLI to support the following:
I believe the above would aid a possible solution to managing schema migrations. Specifically, as a model evolves over time there will be a need to:
With a CLI and API, with the above capabilities, it may be possible to facilitate other teams in an org being able to request changes to a model via a PR and CI pipeline and have those changes tested and verified before applying to individual environments or have user permissions amended via an Admin UI without needing to update and deploy new versions of the code.
Beta Was this translation helpful? Give feedback.
All reactions