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
7 changes: 5 additions & 2 deletions app/spicedb/getting-started/installing-zed/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ zed schema compile <file> [flags]
zed schema compile schema.zed 1> compiled.zed
Write to a file:
zed schema compile root.zed --out compiled.zed

```

### Options
Expand Down Expand Up @@ -1608,4 +1608,7 @@ zed version [flags]
--request-id string optional id to send along with SpiceDB requests for tracing
--skip-version-check if true, no version check is performed against the server
--token string token used to authenticate to SpiceDB
```
```



Loading