Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/cli / / StartCommandOptions
Interface: StartCommandOptions
Defined in: packages/cli/src/commands/start.ts:30
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
config? | readonly | string | - | packages/cli/src/commands/start.ts:31 |
host? | readonly | string | - | packages/cli/src/commands/start.ts:32 |
logResolved? | readonly | boolean | - | packages/cli/src/commands/start.ts:34 |
port? | readonly | number | - | packages/cli/src/commands/start.ts:33 |
secretsSource? | readonly | SecretsSourceFlag | Override the secrets.source field of the loaded config. Mirrors the --secrets-source <kind> flag from DEC-136. | packages/cli/src/commands/start.ts:39 |
strictSecrets? | readonly | boolean | Refuse to fall back when the requested primary store is unavailable. Mirrors --strict-secrets from DEC-136. | packages/cli/src/commands/start.ts:44 |