UNPKG

envilder

Version:

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

10 lines 479 B
#!/usr/bin/env node /** * Parses CLI arguments and runs the environment file generator. * * Expects `--map` and `--envfile` options to be provided, with an optional `--profile` for AWS CLI profile selection. Invokes the main process to generate a `.env` file from AWS SSM parameters based on the provided mapping. * * @throws {Error} If either `--map` or `--envfile` arguments are missing. */ export declare function main(): Promise<void>; //# sourceMappingURL=Cli.d.ts.map