Skip to content

Commit

Permalink
release(v0.1.2): imporvements to read and write
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh committed Oct 12, 2023
1 parent ee44f51 commit fb39565
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v0.1.2

### [0.1.2](https://github.com/openfga/cli/compare/v0.1.1...v0.1.2) (2023-10-12)

Added:
- tuple write/delete cmd accepts file; deprecate tuple import (openfga/cli#165) (@gabrielbussolo)
- read now returns all pages when `--max-pages` is set to `0` (openfga/cli#174)
- read accepts a `--simple-output` flag to output the tuples directly (openfga/cli#168) (@gabrielbussolo)
now you can run the following to export then import tuples:

```shell
fga tuple read --simple-output --max-pages 0 > tuples.json
fga tuple import --file tuples.json
```

Fixed:
- Running `fga model test` now correctly exists with error code one if any test fails (https://github.com/openfga/cli/pull/157)

## v0.1.1

### [0.1.1](https://github.com/openfga/cli/compare/v0.1.0...v0.1.1) (2023-09-22)
Expand Down

0 comments on commit fb39565

Please sign in to comment.