DopplerHQ / cli

The official CLI for interacting with your Doppler secrets and configuration.
https://docs.doppler.com
Apache License 2.0
214 stars 43 forks source link

Fix forwarding of env vars when using --preserve-env #427

Closed Piccirello closed 10 months ago

Piccirello commented 10 months ago

Previously, we incorrectly ignored all non-preserved environment variables. We should only ignore non-preserved environment variables that are also Doppler secrets. Tests have been added for this scenario.

Closes ENG-6948