Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/cli / / SecretsSourceFlag

Type Alias: SecretsSourceFlag

ts
type SecretsSourceFlag = "auto" | "keyring" | "encrypted-file" | "env";

Defined in: packages/cli/src/commands/start.ts:25

Selector for which SecretsStore flavour the server activates at startup. Mirrors --secrets-source from DEC-136.

Stable