Be able to specify a key prefix when downloading secrets

Would be great to be able to inject a key-prefix when downloading secrets, e.g.

doppler secrets download
  .doppler/doppler.dev.json
  -p example-project
  -c dev
  --key-prefix MYSAMPLE_

Why? To be able to separate secrets being provided by Doppler CLI (via doppler run --fallback), without having to store a specific key-prefix in the Doppler backend.

In my case, used to provide specific secrets via a custom configuration provider in .NET, which then can work both against offical API but also against Doppler CLI provided values, from fallback file.

Hi @anon88019548!

Thanks for submitting this suggestion! I can definitely see how this could be useful in a variety of situations. I’ve passed this along to our Product team!

Regards,
-Joel

1 Like