Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/cli / / MemoryMigrateOptions

Interface: MemoryMigrateOptions

Defined in: packages/cli/src/commands/memory.ts:111

Stable

Extends

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
config?readonlystring-MemoryCommonOptions.configpackages/cli/src/commands/memory.ts:34
embeddersModule?readonlystringOptional path to a JS / TS module exporting an embedders object: { <id>: () => EmbedderProvider }. The CLI imports this module so it can construct the source / target embedder instances the runner needs. Without the module the command exits 2 with a pointer to the documentation.-packages/cli/src/commands/memory.ts:122
fromreadonlystring--packages/cli/src/commands/memory.ts:112
json?readonlybooleanEmit a structured JSON document instead of human-readable text.MemoryCommonOptions.jsonpackages/cli/src/internal/output.ts:71
jsonPrint?readonlyJsonSinkTest seam — capture JSON documents instead of writing to stdout.MemoryCommonOptions.jsonPrintpackages/cli/src/internal/output.ts:77
nonInteractive?readonlybooleanForce --non-interactive semantics (skip prompts; require flags / env).MemoryCommonOptions.nonInteractivepackages/cli/src/internal/output.ts:73
print?readonlyPrintSinkTest seam — capture human lines instead of writing to stderr.MemoryCommonOptions.printpackages/cli/src/internal/output.ts:75
strategyreadonly"lock-on-first" | "auto-migrate" | "multi-active"--packages/cli/src/commands/memory.ts:114
toreadonlystring--packages/cli/src/commands/memory.ts:113