Skip to content

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

PropertyModifierTypeDescriptionInherited fromDefined in
config?readonlystring-MemoryCommonOptions.configpackages/cli/src/commands/memory.ts:35
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
olderThanreadonlystringAge 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?readonlyPrintSinkTest seam - capture human lines instead of writing to stderr.MemoryCommonOptions.printpackages/cli/src/internal/output.ts:75