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
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
config? | readonly | string | - | MemoryCommonOptions.config | packages/cli/src/commands/memory.ts:34 |
embeddersModule? | readonly | string | Optional 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 |
from | readonly | string | - | - | packages/cli/src/commands/memory.ts:112 |
json? | readonly | boolean | Emit a structured JSON document instead of human-readable text. | MemoryCommonOptions.json | packages/cli/src/internal/output.ts:71 |
jsonPrint? | readonly | JsonSink | Test seam — capture JSON documents instead of writing to stdout. | MemoryCommonOptions.jsonPrint | packages/cli/src/internal/output.ts:77 |
nonInteractive? | readonly | boolean | Force --non-interactive semantics (skip prompts; require flags / env). | MemoryCommonOptions.nonInteractive | packages/cli/src/internal/output.ts:73 |
print? | readonly | PrintSink | Test seam — capture human lines instead of writing to stderr. | MemoryCommonOptions.print | packages/cli/src/internal/output.ts:75 |
strategy | readonly | "lock-on-first" | "auto-migrate" | "multi-active" | - | - | packages/cli/src/commands/memory.ts:114 |
to | readonly | string | - | - | packages/cli/src/commands/memory.ts:113 |