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: pages/spicedb/getting-started/installing-zed.mdx
+99-67Lines changed: 99 additions & 67 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -460,7 +460,7 @@ Manage configurations for connecting to SpiceDB deployments
460
460
### Children commands
461
461
462
462
-[zed context list](#reference-zed-context-list) - Lists all available contexts
463
-
-[zed context remove](#reference-zed-context-remove) - Removes a context
463
+
-[zed context remove](#reference-zed-context-remove) - Removes a context by name
464
464
-[zed context set](#reference-zed-context-set) - Creates or overwrite a context
465
465
-[zed context use](#reference-zed-context-use) - Sets a context as the current context
466
466
@@ -502,10 +502,10 @@ zed context list [flags]
502
502
503
503
## Reference: `zed context remove`
504
504
505
-
Removes a context
505
+
Removes a context by name
506
506
507
507
```
508
-
zed context remove <system>
508
+
zed context remove <name>
509
509
```
510
510
511
511
### Options Inherited From Parent Flags
@@ -563,7 +563,7 @@ zed context set <name> <endpoint> <api-token>
563
563
Sets a context as the current context
564
564
565
565
```
566
-
zed context use <system>
566
+
zed context use <name>
567
567
```
568
568
569
569
### Options Inherited From Parent Flags
@@ -662,7 +662,7 @@ zed import <url> [flags]
662
662
## Reference: `zed mcp`
663
663
664
664
MCP (Model Context Protocol) server commands.
665
-
665
+
666
666
The MCP server provides tooling and resources for developing and debugging SpiceDB schema and relationships. The server runs an in-memory development instance of SpiceDB and does not connect to a running instance of SpiceDB.
667
667
668
668
To use with Claude Code, run `zed mcp experimental-run` to start the SpiceDB Dev MCP server and then run `claude mcp add --transport http spicedb "http://localhost:9999/mcp"` to add the server to your Claude Code integrations.
@@ -751,16 +751,16 @@ Query the permissions in a permissions system
751
751
752
752
### Children commands
753
753
754
-
-[zed permission bulk](#reference-zed-permission-bulk) - Check permissions in bulk exist for resource-subject pairs
755
-
-[zed permission check](#reference-zed-permission-check) - Check that a permission exists for a subject
754
+
-[zed permission bulk](#reference-zed-permission-bulk) - Check permissions in bulk exist for resource-permission-subject triplets
755
+
-[zed permission check](#reference-zed-permission-check) - Check if a subject has permission on a resource
756
756
-[zed permission expand](#reference-zed-permission-expand) - Expand the structure of a permission
757
-
-[zed permission lookup-resources](#reference-zed-permission-lookup-resources) - Enumerates the resources of a given type for which the subject has permission
757
+
-[zed permission lookup-resources](#reference-zed-permission-lookup-resources) - Enumerates the resources of a given type for which a subject has permission
758
758
-[zed permission lookup-subjects](#reference-zed-permission-lookup-subjects) - Enumerates the subjects of a given type for which the subject has permission on the resource
759
759
760
760
761
761
## Reference: `zed permission bulk`
762
762
763
-
Check permissions in bulk exist for resource-subject pairs
763
+
Check permissions in bulk exist for resource-permission-subject triplets
--filter optional_resource_type:optional_resource_id_or_prefix#optional_relation@optional_subject_filter optional filter(s) for the watch stream. Example: optional_resource_type:optional_resource_id_or_prefix#optional_relation@optional_subject_filter
1211
-
--object_types strings optional object types to watch updates for
1212
-
--revision string optional revision at which to start watching
1213
-
--timestamp shows timestamp of incoming update events
1288
+
--filter stringsoptional filter(s) for the watch stream
1289
+
--object_types strings optional object types to watch updates for
1290
+
--revision string optional revision at which to start watching
1291
+
--timestamp shows timestamp of incoming update events
1214
1292
```
1215
1293
1216
1294
### Options Inherited From Parent Flags
@@ -1266,52 +1344,6 @@ Manage schema for a permissions system
1266
1344
-[zed schema write](#reference-zed-schema-write) - Write a schema file (.zed or stdin) to the current permissions system
1267
1345
1268
1346
1269
-
## Reference: `zed schema compile`
1270
-
1271
-
Compile a schema that uses extended syntax into one that can be written to SpiceDB
0 commit comments