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