DopplerHQ / cli

The official CLI for interacting with your Doppler secrets and configuration.
https://docs.doppler.com
Apache License 2.0
220 stars 44 forks source link

[FEATURE]: doppler import supporting loading a template via a URL #196

Closed ryan-blunden closed 2 years ago

ryan-blunden commented 3 years ago

The template value supplied to doppler init should also be able to accept a URL.

My reasoning is that we want to be able to help folks easily set up a Doppler project for open source applications, but it's highly unlikely in most cases that we'll get a doppler.yaml file merged into the source repo, official Dockerfile etc.

Being able to run something like doppler import https://github.com/DopplerUniversity/doppler-app-templates/blob/main/templates/mongodb-tls.yaml would allow us to document how users can still use doppler import with examples that we provide.

ryan-blunden commented 2 years ago

We now have an Open Source repository for project templates at https://github.com/DopplerUniversity/doppler-app-templates