UNPKG

envilder

Version:

A CLI and GitHub Action that securely centralizes your environment variables from AWS SSM or Azure Key Vault as a single source of truth

7 lines 232 B
import type { SecretProviderType } from './secret-provider-type.js'; export interface EnvilderOptions { provider?: SecretProviderType; vaultUrl?: string; profile?: string; } //# sourceMappingURL=envilder-options.d.ts.map