v0.1.2
Changelog
0.1.2 (2023-10-12)
Changed:
-
tuple write/delete cmd accepts file; deprecate tuple import (#165) (@gabrielbussolo)
-
read now returns all pages when
--max-pages
is set to0
(#174) -
read accepts a
--simple-output
flag to output the tuples directly (#168) (@gabrielbussolo)
now you can run the following to export then import tuples:fga tuple read --simple-output --max-pages 0 > tuples.json fga tuple import --file tuples.json