docs: add ofga (community CLI & TUI) to the tools list - #555
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a community project entry for ofga, a terminal-based CLI + full-screen TUI for working with OpenFGA, to the repository’s community “SDKs, Libraries and Tools” list.
Changes:
- Adds a single new “Tool” row linking to
sergiught/openfga-cliin the “SDKs, Libraries and Tools” table.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
aaguiarz
approved these changes
Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
ofga, a community-built CLI and TUI for OpenFGA, to the "SDKs, Libraries and Tools" list.Description
What problem is being solved?
The community projects list has no entry for a terminal-based client.
ofgais an independent, community-maintained CLI + full-screen TUI for working with OpenFGA stores, authorization models, tuples and queries, and it may be useful to others in the community.How is it being solved?
By adding a single row to the "SDKs, Libraries and Tools" table.
What changes are made to solve it?
One line added to
README.md:| ofga - an alternative CLI & TUI for OpenFGA | Tool |
A note on naming, since it sits close to the official CLI: this project is not affiliated with or endorsed by OpenFGA, and is not a fork of openfga/cli. It is a separate, independent implementation distributed as
ofga(the official CLI's binary isfga), and it says so in its README. Happy to reword the entry however maintainers prefer if the current wording is not clear enough about that distinction.Some context on the project:
go install.References
N/A - documentation-only addition to the community project list.
Review Checklist
main