config icon indicating copy to clipboard operation
config copied to clipboard

Feature Request: Rake Task to generate env-file

Open pglombardo opened this issue 3 years ago • 1 comments

I use this gem for Password Pusher and it's been a huge help in centralizing config and simplifying customization.

I would like a way to generate an env-file for Docker. This file would have all possible environment variables taken from settings.yml and commented out by default.

Then my users can customize/uncomment the file as needed and pass that file to Docker.

I may go ahead and create a PR myself but wanted to see if someone has already done this or if it's on the roadmap.

pglombardo avatar Aug 11 '22 09:08 pglombardo

Nobody ever requested this feature. So I guess you are looking for export or save function? Feel free to create a PR for it.

pkuczynski avatar Aug 11 '22 10:08 pkuczynski