Skip to content

Commit

Permalink
chore: added max-pages=0 in 'delete all tuples' example (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Oct 12, 2023
2 parents 6e34509 + f6499a9 commit 7aa23c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ fga tuple **delete** <user> <relation> <object> --store-id=<store-id>
If you want to delete all the tuples in a store, you can use the following code:

```
fga tuple read --simple-output > tuples.json
fga tuple read --simple-output --max-pages=0 > tuples.json
fga tuple delete --file tuples.json
```

Expand Down

0 comments on commit 7aa23c1

Please sign in to comment.