@@ -184,9 +184,9 @@ zed backup <filename> [flags]
184184### Options
185185
186186```
187- --page-limit uint32 defines the number of relationships to be read by requested page during backup
188- --prefix-filter string include only schema and relationships with a given prefix
189- --rewrite-legacy potentially modify the schema to exclude legacy/broken syntax
187+ --page-limit uint32 defines the number of relationships to be read by requested page during backup
188+ --prefix-filter string include only schema definitions and relationships with a given prefix
189+ --prefix-replacements stringToString potentially modify the schema to replace desired prefixes (default [])
190190```
191191
192192### Options Inherited From Parent Flags
@@ -229,9 +229,9 @@ zed backup create <filename> [flags]
229229### Options
230230
231231```
232- --page-limit uint32 defines the number of relationships to be read by requested page during backup
233- --prefix-filter string include only schema and relationships with a given prefix
234- --rewrite-legacy potentially modify the schema to exclude legacy/broken syntax
232+ --page-limit uint32 defines the number of relationships to be read by requested page during backup
233+ --prefix-filter string include only schema definitions and relationships with a given prefix
234+ --prefix-replacements stringToString potentially modify the schema to replace desired prefixes (default [])
235235```
236236
237237### Options Inherited From Parent Flags
@@ -266,7 +266,8 @@ zed backup parse-relationships <filename> [flags]
266266### Options
267267
268268```
269- --prefix-filter string Include only relationships with a given prefix
269+ --prefix-filter string include only schema definitions and relationships with a given prefix
270+ --prefix-replacements stringToString potentially modify the schema to replace desired prefixes (default [])
270271```
271272
272273### Options Inherited From Parent Flags
@@ -330,8 +331,8 @@ zed backup parse-schema <filename> [flags]
330331### Options
331332
332333```
333- --prefix-filter string include only schema and relationships with a given prefix
334- --rewrite-legacy potentially modify the schema to exclude legacy/broken syntax
334+ --prefix-filter string include only schema definitions and relationships with a given prefix
335+ --prefix-replacements stringToString potentially modify the schema to replace desired prefixes (default [])
335336```
336337
337338### Options Inherited From Parent Flags
@@ -404,13 +405,13 @@ zed backup restore <filename> [flags]
404405### Options
405406
406407```
407- --batch-size uint restore relationship write batch size (default 1000)
408- --batches-per-transaction uint number of batches per transaction (default 10)
409- --conflict-strategy string strategy used when a conflicting relationship is found. Possible values: fail, skip, touch (default "fail")
410- --disable-retries retries when an errors is determined to be retryable (e.g. serialization errors)
411- --prefix-filter string include only schema and relationships with a given prefix
412- --request-timeout duration timeout for each request performed during restore (default 30s )
413- --rewrite-legacy potentially modify the schema to exclude legacy/broken syntax
408+ --batch-size uint restore relationship write batch size (default 1000)
409+ --batches-per-transaction uint number of batches per transaction (default 10)
410+ --conflict-strategy string strategy used when a conflicting relationship is found. Possible values: fail, skip, touch (default "fail")
411+ --disable-retries retries when an errors is determined to be retryable (e.g. serialization errors)
412+ --prefix-filter string include only schema definitions and relationships with a given prefix
413+ --prefix-replacements stringToString potentially modify the schema to replace desired prefixes (default [] )
414+ --request-timeout duration timeout for each request performed during restore (default 30s)
414415```
415416
416417### Options Inherited From Parent Flags
0 commit comments