0.1.3 • Published 1 year ago

@steppingblocks/stdin-secret-to-env v0.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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

0.1.3

1 year ago