ssm-export-cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

ssm-export-cli

Build Status

A small library for export parameters from AWS Systems Manager.

Export File Types

At the moment it's supported only dotenv.

Usage

  1. Add ssm-export-cli to the project:

    npm install ssm-export-cli
  2. Run:

    npx ssm-export --path=<PATH> --file-name=<FILE NAME> --type=<TYPE>

    to see instruction, run:
    npx ssm-export

Example

Export parameters with path /app/production/ to .env:

npx ssm-export --path=/app/production/ --file-name=./.env --type=dotenv

Changelog

Enjoy ✌️

Package Sidebar

Install

npm i ssm-export-cli

Weekly Downloads

26

Version

1.0.3

License

MIT

Unpacked Size

27.8 kB

Total Files

41

Last publish

Collaborators

  • rkit