Skip to content

Commit

Permalink
chore: added max-pages=0 in 'delete all tuples' example
Browse files Browse the repository at this point in the history
  • Loading branch information
aaguiarz authored Oct 12, 2023
1 parent 6e34509 commit f6499a9
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 f6499a9

Please sign in to comment.