Releases: openfga/cli
Releases · openfga/cli
v0.6.1
0.6.1 (2024-09-09)
Fixed:
v0.6.0
v0.5.3
v0.5.2
v0.5.1
v0.5.0
0.5.0 (2024-06-18)
Added:
fga store import
now shows a progress bar when writing tuples to show (#348) - thanks @Siddhant-K-code
Changed:
excluded_users
has been removed from thefga query list-users
output and the testing for ListUsers (#347)
BREAKING CHANGE:
This version removes the excluded_users
property from the fga query list-users
output and the ListUsers testing,
for more details see the associated API change.
v0.4.1
v0.4.0
0.4.0 (2024-05-07)
Added:
- Support querying the list users API with
fga query list-users
(#314) - Support for running list users tests via
fga model test
(#315)
Changed:
fga store import
now uses the filename if no name is provided (#318) - thanks @NeerajNagure
v0.3.1
0.3.1 (2024-04-29)
Added:
fga store import
now outputs the store and model details (#299) - thanks @NeerajNagurefga store export
to support exporting a store (#306)- Support specifying output format using
--output-format
forfga model transform
(#308)
Changed:
fga tuple write
returns simpler error messages (#303) - thanks @shruti2522