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 error when using --mount-template without --mount #312

Closed nmanoogian closed 2 years ago

nmanoogian commented 2 years ago

This PR adds an error message (and tests) when --mount-template is specified without --mount.

Closes ENG-4343