Skip to content

Commit e1f9ac2

Browse files
Merge pull request #530 from authzed/docs-zed-update-5zgnx06
Auto-generated PR: Update zed docs
2 parents a531fae + f82026b commit e1f9ac2

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

  • app/spicedb/getting-started/installing-zed

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ zed permission check --explain document:firstdoc writer user:emilia
169169
- [zed relationship](#reference-zed-relationship) - Query and mutate the relationships in a permissions system
170170
- [zed schema](#reference-zed-schema) - Manage schema for a permissions system
171171
- [zed use](#reference-zed-use) - Alias for `zed context use`
172-
- [zed validate](#reference-zed-validate) - Validates the given validation file (.yaml, .zaml) or schema file (.zed)
172+
- [zed validate](#reference-zed-validate) - Validates the given validation files (.yaml, .zaml) or schema files (.zed)
173173
- [zed version](#reference-zed-version) - Display zed and SpiceDB version information
174174

175175

@@ -1525,10 +1525,10 @@ zed use <context>
15251525

15261526
## Reference: `zed validate`
15271527

1528-
Validates the given validation file (.yaml, .zaml) or schema file (.zed)
1528+
Validates the given validation files (.yaml, .zaml) or schema files (.zed)
15291529

15301530
```
1531-
zed validate <validation_file_or_schema_file> [flags]
1531+
zed validate <validation_files_or_schema_files> [flags]
15321532
```
15331533

15341534
### Examples
@@ -1549,17 +1549,14 @@ zed validate <validation_file_or_schema_file> [flags]
15491549
15501550
From pastebin:
15511551
zed validate https://pastebin.com/8qU45rVK
1552-
1553-
From a devtools instance:
1554-
zed validate https://localhost:8443/download
15551552
```
15561553

15571554
### Options
15581555

15591556
```
1560-
--fail-on-warn treat warnings as errors during validation
1561-
--force-color force color code output even in non-tty environments
1562-
--schema-type string force validation according to specific schema syntax ("", "composable", "standard")
1557+
--fail-on-warn treat warnings as errors during validation
1558+
--force-color force color code output even in non-tty environments
1559+
--type string the type of the validated file. use this when zed cannot auto-detect the format of the file properly. valid options are "zed" and "yaml"
15631560
```
15641561

15651562
### Options Inherited From Parent Flags

0 commit comments

Comments
 (0)