We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a376f1a commit 283436aCopy full SHA for 283436a
app/spicedb/getting-started/installing-zed/page.mdx
@@ -983,7 +983,9 @@ zed preview schema compile <file> [flags]
983
984
Write to stdout:
985
zed preview schema compile root.zed
986
- Write to an output file:
+ Write to redirected stdout:
987
+ zed preview schema compile schema.zed 1> compiled.zed
988
+ Write to a file:
989
zed preview schema compile root.zed --out compiled.zed
990
991
```
0 commit comments