Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions app/spicedb/getting-started/installing-zed/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -969,12 +969,12 @@ zed permission lookup-subjects <resource:id> <permission> <subject_type#optional



## Reference: `zed preview schema compile`
## Reference: `zed schema compile`

Compile a schema that uses import syntax into one that can be written to SpiceDB

```
zed preview schema compile <file> [flags]
zed schema compile <file> [flags]
```

### Examples
Expand Down
2 changes: 1 addition & 1 deletion app/spicedb/modeling/composable-schemas/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Callout, Tabs } from "nextra/components";
To make it easier to organize your schema and collaborate across teams, `zed` version v0.27.0 introduced a new schema compilation command that allows you to modularize your schema.

```
zed preview schema compile root.zed
zed schema compile root.zed
```

The command allows you to combine a schema that is spread across many files, for example:
Expand Down
Loading