Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/cli / / TriggersFireOptions
Interface: TriggersFireOptions
Defined in: packages/cli/src/commands/triggers.ts:106
Stable
Extends
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
config? | readonly | string | - | TriggersCommonOptions.config | packages/cli/src/commands/triggers.ts:37 |
id | readonly | string | - | - | packages/cli/src/commands/triggers.ts:107 |
json? | readonly | boolean | Emit a structured JSON document instead of human-readable text. | TriggersCommonOptions.json | packages/cli/src/internal/output.ts:71 |
jsonPrint? | readonly | JsonSink | Test seam — capture JSON documents instead of writing to stdout. | TriggersCommonOptions.jsonPrint | packages/cli/src/internal/output.ts:77 |
nonInteractive? | readonly | boolean | Force --non-interactive semantics (skip prompts; require flags / env). | TriggersCommonOptions.nonInteractive | packages/cli/src/internal/output.ts:73 |
print? | readonly | PrintSink | Test seam — capture human lines instead of writing to stderr. | TriggersCommonOptions.print | packages/cli/src/internal/output.ts:75 |