From 5c55230196b35737f24c5db33b919a4f6877d9a8 Mon Sep 17 00:00:00 2001 From: miparnisari <5374887+miparnisari@users.noreply.github.com> Date: Sat, 20 Dec 2025 00:50:01 +0000 Subject: [PATCH] [create-pull-request] automated change --- .../getting-started/installing-zed/page.mdx | 33 ++++++++++--------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/app/spicedb/getting-started/installing-zed/page.mdx b/app/spicedb/getting-started/installing-zed/page.mdx index f3e00d02..c282dde1 100644 --- a/app/spicedb/getting-started/installing-zed/page.mdx +++ b/app/spicedb/getting-started/installing-zed/page.mdx @@ -184,9 +184,9 @@ zed backup [flags] ### Options ``` - --page-limit uint32 defines the number of relationships to be read by requested page during backup - --prefix-filter string include only schema and relationships with a given prefix - --rewrite-legacy potentially modify the schema to exclude legacy/broken syntax + --page-limit uint32 defines the number of relationships to be read by requested page during backup + --prefix-filter string include only schema definitions and relationships with a given prefix + --prefix-replacements stringToString potentially modify the schema to replace desired prefixes (default []) ``` ### Options Inherited From Parent Flags @@ -229,9 +229,9 @@ zed backup create [flags] ### Options ``` - --page-limit uint32 defines the number of relationships to be read by requested page during backup - --prefix-filter string include only schema and relationships with a given prefix - --rewrite-legacy potentially modify the schema to exclude legacy/broken syntax + --page-limit uint32 defines the number of relationships to be read by requested page during backup + --prefix-filter string include only schema definitions and relationships with a given prefix + --prefix-replacements stringToString potentially modify the schema to replace desired prefixes (default []) ``` ### Options Inherited From Parent Flags @@ -266,7 +266,8 @@ zed backup parse-relationships [flags] ### Options ``` - --prefix-filter string Include only relationships with a given prefix + --prefix-filter string include only schema definitions and relationships with a given prefix + --prefix-replacements stringToString potentially modify the schema to replace desired prefixes (default []) ``` ### Options Inherited From Parent Flags @@ -330,8 +331,8 @@ zed backup parse-schema [flags] ### Options ``` - --prefix-filter string include only schema and relationships with a given prefix - --rewrite-legacy potentially modify the schema to exclude legacy/broken syntax + --prefix-filter string include only schema definitions and relationships with a given prefix + --prefix-replacements stringToString potentially modify the schema to replace desired prefixes (default []) ``` ### Options Inherited From Parent Flags @@ -404,13 +405,13 @@ zed backup restore [flags] ### Options ``` - --batch-size uint restore relationship write batch size (default 1000) - --batches-per-transaction uint number of batches per transaction (default 10) - --conflict-strategy string strategy used when a conflicting relationship is found. Possible values: fail, skip, touch (default "fail") - --disable-retries retries when an errors is determined to be retryable (e.g. serialization errors) - --prefix-filter string include only schema and relationships with a given prefix - --request-timeout duration timeout for each request performed during restore (default 30s) - --rewrite-legacy potentially modify the schema to exclude legacy/broken syntax + --batch-size uint restore relationship write batch size (default 1000) + --batches-per-transaction uint number of batches per transaction (default 10) + --conflict-strategy string strategy used when a conflicting relationship is found. Possible values: fail, skip, touch (default "fail") + --disable-retries retries when an errors is determined to be retryable (e.g. serialization errors) + --prefix-filter string include only schema definitions and relationships with a given prefix + --prefix-replacements stringToString potentially modify the schema to replace desired prefixes (default []) + --request-timeout duration timeout for each request performed during restore (default 30s) ``` ### Options Inherited From Parent Flags