You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/spicedb/concepts/commands/page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -516,7 +516,7 @@ spicedb serve [flags]
516
516
--experimental-dispatch-secondary-upstream-addrs stringToString secondary upstream addresses for dispatches, each with a name (default [])
517
517
--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 [])
518
518
--experimental-lookup-resources-version lr3 if non-empty, the version of the experimental lookup resources API to use: lr3 or empty
519
-
--experimental-query-plan check if non-empty, the version of the experimental query plan to use: check or empty
519
+
--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)
520
520
--grpc-addr string address to listen on to serve gRPC (default ":50051")
521
521
--grpc-enabled enable gRPC gRPC server (default true)
522
522
--grpc-log-requests-enabled enable logging of API request payloads
0 commit comments