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