Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/cli / / GuardExplainOptions
Interface: GuardExplainOptions
Defined in: packages/cli/src/commands/guard.ts:72
Stable
Extends
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
explicitTier? | readonly | MemoryGuardTier | - | - | packages/cli/src/commands/guard.ts:77 |
json? | readonly | boolean | Emit a structured JSON document instead of human-readable text. | GuardCommonOptions.json | packages/cli/src/internal/output.ts:71 |
jsonPrint? | readonly | JsonSink | Test seam — capture JSON documents instead of writing to stdout. | GuardCommonOptions.jsonPrint | packages/cli/src/internal/output.ts:77 |
nonInteractive? | readonly | boolean | Force --non-interactive semantics (skip prompts; require flags / env). | GuardCommonOptions.nonInteractive | packages/cli/src/internal/output.ts:73 |
print? | readonly | PrintSink | Test seam — capture human lines instead of writing to stderr. | GuardCommonOptions.print | packages/cli/src/internal/output.ts:75 |
secretsAllowed? | readonly | readonly string[] | - | - | packages/cli/src/commands/guard.ts:75 |
tags? | readonly | readonly string[] | - | - | packages/cli/src/commands/guard.ts:74 |
toolName | readonly | string | - | - | packages/cli/src/commands/guard.ts:73 |
trustLevel? | readonly | "untrusted" | "built-in" | "user-defined" | "trusted" | - | - | packages/cli/src/commands/guard.ts:76 |