diff --git a/app/spicedb/getting-started/installing-zed/page.mdx b/app/spicedb/getting-started/installing-zed/page.mdx index cd5b9456..5b50ddb4 100644 --- a/app/spicedb/getting-started/installing-zed/page.mdx +++ b/app/spicedb/getting-started/installing-zed/page.mdx @@ -969,12 +969,12 @@ zed permission lookup-subjects [flags] +zed schema compile [flags] ``` ### Examples diff --git a/app/spicedb/modeling/composable-schemas/page.mdx b/app/spicedb/modeling/composable-schemas/page.mdx index 7a5c78e0..374b085e 100644 --- a/app/spicedb/modeling/composable-schemas/page.mdx +++ b/app/spicedb/modeling/composable-schemas/page.mdx @@ -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: