From bc2170696d2b115fa9c3a98e4a8618597e3010d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:23:41 +0000 Subject: [PATCH] automatic update of reference docs for spicedb --- app/spicedb/concepts/commands/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/spicedb/concepts/commands/page.mdx b/app/spicedb/concepts/commands/page.mdx index 29e673b4..dd7d7dde 100644 --- a/app/spicedb/concepts/commands/page.mdx +++ b/app/spicedb/concepts/commands/page.mdx @@ -516,7 +516,7 @@ spicedb serve [flags] --experimental-dispatch-secondary-upstream-addrs stringToString secondary upstream addresses for dispatches, each with a name (default []) --experimental-dispatch-secondary-upstream-exprs stringToString map from request type to its associated CEL expression, which returns the secondary upstream(s) to be used for the request (default []) --experimental-lookup-resources-version lr3 if non-empty, the version of the experimental lookup resources API to use: lr3 or empty - --experimental-query-plan check if non-empty, the version of the experimental query plan to use: check or empty + --experimental-query-plan check comma-separated list of operations to route through the experimental query plan engine; valid values are check, `lr` (LookupResources), and `ls` (LookupSubjects) --grpc-addr string address to listen on to serve gRPC (default ":50051") --grpc-enabled enable gRPC gRPC server (default true) --grpc-log-requests-enabled enable logging of API request payloads