DopplerHQ/cli

[FEATURE] secrets download --show-notes

xonicman opened this issue · 0 comments

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