pnv 1.1.0 pnv: ^1.1.0 copied to clipboard
A package to help with safely storing environment variables publicly
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>