Load and Run Commands with .env Files


Summary of my bookmarked Github repositories from Dec 12th, 2018

Github repositories

  • entropitor/dotenv-cli

    dotenv-cli is a command-line tool for loading environment variables from a .env file and running commands with the new set of variables. It supports installation via NPM, Yarn, and pnpm. Multiple .env files can be specified, and they will be processed in order. Cascading environment variables are also supported, with specific flags for different environments. The tool allows setting variables directly from the command line and checking the values of environment variables. It also supports variable expansion both within .env files and in commands. dotenv-cli can be used for debugging and overriding existing environment variables. The tool is licensed under MIT.