Skip to content

Commit 298326d

Browse files
Merge pull request #474 from authzed/docs-zed-update-jzuwfo0
Auto-generated PR: Update zed docs
2 parents a376f1a + 283436a commit 298326d

File tree

1 file changed

+3
-1
lines changed
  • app/spicedb/getting-started/installing-zed

1 file changed

+3
-1
lines changed

app/spicedb/getting-started/installing-zed/page.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,9 @@ zed preview schema compile <file> [flags]
983983
984984
Write to stdout:
985985
zed preview schema compile root.zed
986-
Write to an output file:
986+
Write to redirected stdout:
987+
zed preview schema compile schema.zed 1> compiled.zed
988+
Write to a file:
987989
zed preview schema compile root.zed --out compiled.zed
988990
989991
```

0 commit comments

Comments
 (0)