Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/cli / / PricingRefreshOptions
Interface: PricingRefreshOptions
Defined in: packages/cli/src/commands/pricing.ts:74
Stable
Extends
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
fetchImpl? | readonly | (input, init?) => Promise<Response> | Test seam — inject a fetch implementation. | - | packages/cli/src/commands/pricing.ts:82 |
json? | readonly | boolean | Emit a structured JSON document instead of human-readable text. | PricingCommonOptions.json | packages/cli/src/internal/output.ts:71 |
jsonPrint? | readonly | JsonSink | Test seam — capture JSON documents instead of writing to stdout. | PricingCommonOptions.jsonPrint | packages/cli/src/internal/output.ts:77 |
nonInteractive? | readonly | boolean | Force --non-interactive semantics (skip prompts; require flags / env). | PricingCommonOptions.nonInteractive | packages/cli/src/internal/output.ts:73 |
out? | readonly | string | Optional path to write the refreshed snapshot to. When omitted the CLI prints a status summary only; --out triggers a JSON write. | - | packages/cli/src/commands/pricing.ts:80 |
print? | readonly | PrintSink | Test seam — capture human lines instead of writing to stderr. | PricingCommonOptions.print | packages/cli/src/internal/output.ts:75 |
url | readonly | string | - | - | packages/cli/src/commands/pricing.ts:75 |