@steppingblocks/stdin-secret-to-env

0.1.3 • Public • Published

Intended usage:

aws secretsmanager get-secret-value --secret-id local/my-project --profile development | npx stdin-secret-to-env@latest > .env.local

Where the local/my-project secret is a multi-line env file stored as plaintext.

However, it could be used to pull a single top-level value from any JSON string

Package Sidebar

Install

npm i @steppingblocks/stdin-secret-to-env

Weekly Downloads

0

Version

0.1.3

License

ISC

Unpacked Size

1.95 kB

Total Files

3

Last publish

Collaborators

  • rushmyers
  • sbcto