Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/cli / / TriggersPruneOptions

Interface: TriggersPruneOptions

Defined in: packages/cli/src/commands/triggers.ts:179

Stable

Extends

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
before?readonlystringISO date / epoch ms - drop disabled triggers whose lastFiredAt (or createdAt, when never fired) is older than this cutoff.-packages/cli/src/commands/triggers.ts:184
config?readonlystring-TriggersCommonOptions.configpackages/cli/src/commands/triggers.ts:37
json?readonlybooleanEmit a structured JSON document instead of human-readable text.TriggersCommonOptions.jsonpackages/cli/src/internal/output.ts:71
jsonPrint?readonlyJsonSinkTest seam - capture JSON documents instead of writing to stdout.TriggersCommonOptions.jsonPrintpackages/cli/src/internal/output.ts:77
nonInteractive?readonlybooleanForce --non-interactive semantics (skip prompts; require flags / env).TriggersCommonOptions.nonInteractivepackages/cli/src/internal/output.ts:73
print?readonlyPrintSinkTest seam - capture human lines instead of writing to stderr.TriggersCommonOptions.printpackages/cli/src/internal/output.ts:75