Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/cli / / runSecretsRef
Function: runSecretsRef()
ts
function runSecretsRef(options): Promise<SecretsRefResult>;Defined in: packages/cli/src/commands/secrets.ts:198
Test resolution of a SecretRef URI. The CLI parses the URI first (sanity check + scheme echo), then resolves through the registered resolver chain.
Parameters
| Parameter | Type |
|---|---|
options | SecretsRefOptions |
Returns
Promise<SecretsRefResult>