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

Add secrets mount support for ASP.NET settings files #321

Closed ryan-blunden closed 1 year ago

ryan-blunden commented 1 year ago

doppler run --mount currently only supports environment variable compatible name transformers.

This PR defines a new models collection of available mount formats and adds support for the dotnet-json name transformer.

https://user-images.githubusercontent.com/133014/183775750-e576a9fd-f6d8-4459-9adb-9e59cfe166f9.mp4

Closes DEVRL-417