pnv 1.1.0 copy "pnv: ^1.1.0" to clipboard
pnv: ^1.1.0 copied to clipboard

A package to help with safely storing environment variables publicly

example/example.md

pnv #

secret: SECRET;<encoded_data>

api:
  schema: http
  host: localhost
  port: 8080
  key: SECRET;<encoded_data>
pnv generate-env --key <key_value> --input env_files/local.yaml --output env_files/outputs/
# env_files/outputs/local.env
SECRET=<decoded_data>
API_SCHEMA=http
API_HOST=localhost
API_PORT=8080
API_KEY=<decoded_data>
1
likes
150
points
143
downloads

Publisher

verified publishermrgnhnt.com

Weekly Downloads

A package to help with safely storing environment variables publicly

Repository (GitHub)
View/report issues

Topics

#env #dotenv #environment-variables #environment

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

args, crypto, file, path, pointycastle, yaml

More

Packages that depend on pnv