From f6499a9916273bdf4976343b9bb405ef3f894f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Aguiar?= Date: Thu, 12 Oct 2023 10:08:58 -0300 Subject: [PATCH] chore: added max-pages=0 in 'delete all tuples' example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8e4843..d9fdf59 100644 --- a/README.md +++ b/README.md @@ -656,7 +656,7 @@ fga tuple **delete** --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 ```