Dashlane / dashlane-cli

👩‍💻 Dashlane CLI - Access your secrets in your terminal, servers and CI/CD
https://cli.dashlane.com/
Apache License 2.0
189 stars 52 forks source link

Template files with secrets from the vault #153

Closed Mikescops closed 1 year ago

Mikescops commented 1 year ago

As a user, I'd like to pass in input a templated string with reference to secrets of my vault and get in output a string with the references replaced with the actual secrets.

By default the command should take stdin and send back to stdout. An alternative option should take a file in input and a file in output.