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
6 changes: 3 additions & 3 deletions app/spicedb/getting-started/installing-zed/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ zed backup <filename> [flags]

### Children commands

- [zed backup create](#reference-zed-backup-create) - Backup a permission system to a file
- [zed backup create](#reference-zed-backup-create) - Back up a permission system to a file, or to stdout by passing "-"
- [zed backup parse-relationships](#reference-zed-backup-parse-relationships) - Extract the relationships from a backup file
- [zed backup parse-revision](#reference-zed-backup-parse-revision) - Extract the revision from a backup file
- [zed backup parse-schema](#reference-zed-backup-parse-schema) - Extract the schema from a backup file
Expand All @@ -220,10 +220,10 @@ zed backup <filename> [flags]

## Reference: `zed backup create`

Backup a permission system to a file
Back up a permission system to a file, or to stdout by passing "-"

```
zed backup create <filename> [flags]
zed backup create <filename-or-dash> [flags]
```

### Options
Expand Down
Loading