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 256 B
import type { SecretProviderType } from './secret-provider-type.js'; export interface MapFileConfig { readonly provider?: SecretProviderType; readonly vaultUrl?: string; readonly profile?: string; } //# sourceMappingURL=map-file-config.d.ts.map