@forivall/dotenv-cli

1.0.0 • Public • Published

dotenv-cli

Installing

$ npm install -g dotenv-cli

Usage

$ dotenv <command with arguments>

This will load the variables from the .env file in the current working directory and then run the command (using the new set of environment variables)

Another .env file could be specified using the -e flag:

$ dotenv -e .env2 <command with arguments>

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @forivall/dotenv-cli

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • forivall