Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/cli / / MemoryPruneHistoryOptions
Interface: MemoryPruneHistoryOptions
Defined in: packages/cli/src/commands/memory.ts:969
Stable
Extends
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
config? | readonly | string | - | MemoryCommonOptions.config | packages/cli/src/commands/memory.ts:35 |
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 |
olderThan | readonly | string | Age threshold: a duration ('30d', '12h', '45m', '30s') or an ISO date / YYYY-MM-DD strictly in the past. Mandatory - the command is destructive by design and must never default. | - | packages/cli/src/commands/memory.ts:975 |
print? | readonly | PrintSink | Test seam - capture human lines instead of writing to stderr. | MemoryCommonOptions.print | packages/cli/src/internal/output.ts:75 |