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 303 B
export declare class PullSecretsToEnvCommand { readonly mapPath: string; readonly envFilePath: string; constructor(mapPath: string, envFilePath: string); static create(mapPath: string, envFilePath: string): PullSecretsToEnvCommand; } //# sourceMappingURL=PullSecretsToEnvCommand.d.ts.map