UNPKG

envilder

Version:

A CLI that securely centralizes your environment variables from AWS SSM as a single source of truth

7 lines 291 B
export declare class PushEnvToSsmCommand { readonly mapPath: string; readonly envFilePath: string; constructor(mapPath: string, envFilePath: string); static create(mapPath: string, envFilePath: string): PushEnvToSsmCommand; } //# sourceMappingURL=PushEnvToSsmCommand.d.ts.map