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

[FEATURE] secrets download --show-notes #336

Open xonicman opened 1 year ago

xonicman commented 1 year ago

Is your feature request related to a problem? Please describe. I would like to download secrets in env format with secret notes as comments.

Describe the solution you'd like Extra flag --show-notes or similar name with --format env would download secrets this way (example):

# REDIS_HOST notes from Doppler
REDIS_HOST="1.2.3.4" 
# REDIS_PORT notes from Doppler
REDIS_PORT="6379"
VARIABLE_WIHOUT_NOTES="bar"

Describe alternatives you've considered n/a

Additional context n/a