Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion app/spicedb/getting-started/installing-zed/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1143,8 +1143,11 @@ zed relationship read <resource_type:optional_resource_id> <optional_relation> <
--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
```

Expand Down
Loading