Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/cli / / TracesPruneOptions
Interface: TracesPruneOptions
Defined in: packages/cli/src/commands/traces.ts:96
Stable
Extends
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
before | readonly | string | ISO date / epoch ms cutoff. Required so the helper never silently empties the table. | - | packages/cli/src/commands/traces.ts:99 |
config? | readonly | string | - | TracesCommonOptions.config | packages/cli/src/commands/traces.ts:33 |
json? | readonly | boolean | Emit a structured JSON document instead of human-readable text. | TracesCommonOptions.json | packages/cli/src/internal/output.ts:71 |
jsonPrint? | readonly | JsonSink | Test seam - capture JSON documents instead of writing to stdout. | TracesCommonOptions.jsonPrint | packages/cli/src/internal/output.ts:77 |
nonInteractive? | readonly | boolean | Force --non-interactive semantics (skip prompts; require flags / env). | TracesCommonOptions.nonInteractive | packages/cli/src/internal/output.ts:73 |
print? | readonly | PrintSink | Test seam - capture human lines instead of writing to stderr. | TracesCommonOptions.print | packages/cli/src/internal/output.ts:75 |