From c8583a679b1e0f83df3a32b624fa583e799ec9e1 Mon Sep 17 00:00:00 2001 From: tstirrat15 <2581423+tstirrat15@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:37:31 +0000 Subject: [PATCH] [create-pull-request] automated change --- app/spicedb/getting-started/installing-zed/page.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/spicedb/getting-started/installing-zed/page.mdx b/app/spicedb/getting-started/installing-zed/page.mdx index d86420b2..2d63d941 100644 --- a/app/spicedb/getting-started/installing-zed/page.mdx +++ b/app/spicedb/getting-started/installing-zed/page.mdx @@ -1143,8 +1143,11 @@ zed relationship read < --consistency-at-least string evaluate at least as consistent as the provided zedtoken --consistency-full evaluate at the newest zedtoken in the database --consistency-min-latency evaluate at the zedtoken preferred by the database + --cursor string resume pagination from a specific cursor token --json output as JSON - --page-limit uint32 limit of relations returned per page (default 100) + --limit uint32 number of relationships returned in total. overrides --page-limit when both are provided. + --page-limit uint32 number of relationships queried in each batch when making a no-limit call. used to tune impact on SpiceDB. overridden by --limit when provided (default 100) + --show-cursor display the cursor token after pagination --subject-filter string optional subject filter ```