0.4.1 • Published 7 years ago

heroku-dotenv v0.4.1

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

heroku-dotenv

A CLI & Node.js application that copies environment variables in a .env file to and from Heroku.

Installation

$ npm install --global heroku-dotenv

Usage

You must first make sure you're in the directory your Heroku app is in and have the application selected in the Heroku CLI.

Send Environment to Heroku

$ heroku-dotenv push

Save Environment to .env File

$ heroku-dotenv pull

Options

-a, -app

Pushes/pulls from the specified Heroku app.

$ heroku-dotenv pull -a my-heroku-app

-p, --production

Turns on the Node.js production environment variable.

$ heroku-dotenv push -p
0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago