create-dotenv
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -91,3 +91,3 @@ #!/usr/bin/env node | ||
const program = new Command(); | ||
program.version(`@jsdotenv/cli ${require("./package.json").version}`).usage("<command> [options]"); | ||
program.version(`@jsdotenv/cli ${require("../package.json").version}`).usage("<command> [options]"); | ||
program.command("load").description("load env by @jsdotenv/cli").option("-e --environment <envFilePath>", "parses the file <path> as a `.env` file and adds the variables to the environment").option("-e --environment <envFilePath>", "multiple -e flags are allowed").action(options => { | ||
@@ -94,0 +94,0 @@ console.log(options); |
{ | ||
"name": "create-dotenv", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Loads environment variables from .env file", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7823