Skip to content

bertolo1988/heroku-to-dotenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

heroku-to-dotenv

Helps to convert heroku configs downloaded using Heroku CLI to dotenv format.

Install

npm i -g heroku-to-dotenv

Help

heroku-to-dotenv --help

How to use

heroku config --app my-app-on-heroku > some-aux-file.txt
heroku-to-dotenv --inputFile some-aux-file.txt --outputFile .env

Releases

No releases published

Packages

No packages published