Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/cli / / runSecretsRotate
Function: runSecretsRotate()
ts
function runSecretsRotate(options): Promise<{
ok: true;
}>;Defined in: packages/cli/src/commands/secrets.ts:252
graphorin secrets rotate <key> — overwrite the existing value with a fresh one. Functionally identical to set but the CLI surfaces the operation explicitly so audit logs can distinguish a rotation from an initial write.
Parameters
| Parameter | Type |
|---|---|
options | SecretsRotateOptions |
Returns
Promise<{ ok: true; }>