Skip to content

v0.1.2

Compare
Choose a tag to compare
@rhamzeh rhamzeh released this 12 Oct 12:57
· 387 commits to main since this release
v0.1.2
6e34509

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 to 0 (#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