![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
dotenv-flow-cli
Advanced tools
A cli executable to run commands with the ENV variables loaded by dotenv-flow
This is a cli executable for dotenv-flow.
Either install it globally:
$ npm install -g dotenv-flow-cli
or add to your project:
Yarn
$ yarn add dotenv-flow-cli
NPM
$ npm install dotenv-flow-cli
$ dotenv-flow <command with arguments>
This will load the variables from the .env*
files in the current working directory and then run the command (using the new set of environment variables).
For more information about how the .env*
files are loaded, please refer to dotenv-flow docs.
You may specify a path where your .env*
files are located with the -p
option:
$ dotenv-flow -p path/to/project <command with arguments>
Put --
separator before the command if it takes additional arguments, otherwise they might get lost.
$ dotenv-flow -- my-command -p something
To allow it to be a drop-in replacement for dotenv-cli variable interpolation (expanding) is automatically enabled using dotenv-expand under the hood.
For example:
IP=127.0.0.1
PORT=1234
APP_URL=http://${IP}:${PORT}
Using the above example .env
file, process.env.APP_URL
will be resolved to http://127.0.0.1:1234
.
1.1.1 (2024-01-07)
FAQs
A cli executable to run commands with the ENV variables loaded by dotenv-flow
The npm package dotenv-flow-cli receives a total of 13,578 weekly downloads. As such, dotenv-flow-cli popularity was classified as popular.
We found that dotenv-flow-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.