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
4 changes: 3 additions & 1 deletion app/spicedb/getting-started/installing-zed/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,9 @@ zed preview schema compile <file> [flags]

Write to stdout:
zed preview schema compile root.zed
Write to an output file:
Write to redirected stdout:
zed preview schema compile schema.zed 1> compiled.zed
Write to a file:
zed preview schema compile root.zed --out compiled.zed

```
Expand Down
Loading