We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0f7188 + 3a2b7bd commit 638ca92Copy full SHA for 638ca92
app/spicedb/getting-started/installing-zed/page.mdx
@@ -1313,7 +1313,7 @@ zed schema compile <file> [flags]
1313
zed schema compile schema.zed 1> compiled.zed
1314
Write to a file:
1315
zed schema compile root.zed --out compiled.zed
1316
-
+
1317
```
1318
1319
### Options
@@ -1608,4 +1608,7 @@ zed version [flags]
1608
--request-id string optional id to send along with SpiceDB requests for tracing
1609
--skip-version-check if true, no version check is performed against the server
1610
--token string token used to authenticate to SpiceDB
1611
-```
+```
1612
1613
1614
0 commit comments