Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 627 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 627 Bytes

Doppler Template Generator

Useful for dynamically generating Doppler templates of any size for testing and reproducing customer environments.

NOTE: Now now at least, this is only designed for use by Doppler staff for testing and debugging purposes.

Setup

npm install

Usage

Open generate-doppler-template.js and adjust the values as needed. This script would definitely benefit from being generic and configurable but it serves its purpose adequately well for now.

Then run the script and save the output to a doppler-template.yaml file:

node generate-template.js > doppler-template.yaml