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

10 lines 242 B
export type MapFileConfig = { provider?: string; vaultUrl?: string; profile?: string; }; export type ParsedMapFile = { config: MapFileConfig; mappings: Record<string, string>; }; //# sourceMappingURL=MapFileConfig.d.ts.map