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 ```