Skip to content

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

PropertyModifierTypeDescriptionDefined in
config?readonlystring-packages/cli/src/commands/start.ts:31
host?readonlystring-packages/cli/src/commands/start.ts:32
logResolved?readonlyboolean-packages/cli/src/commands/start.ts:34
port?readonlynumber-packages/cli/src/commands/start.ts:33
secretsSource?readonlySecretsSourceFlagOverride 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?readonlybooleanRefuse to fall back when the requested primary store is unavailable. Mirrors --strict-secrets from DEC-136.packages/cli/src/commands/start.ts:44