Parse and stringify the environment configuration files and format, also known as .env files and dotenv files
esbuild plugin to load a .env file from the current directory or any parent. It will combine the environment variables with existing/system-wide process.env variables.
Compose a envfile string from an object, per the motdotla/dotenv parser specifications
A CLI that securely centralizes your environment variables from AWS SSM as a single source of truth
esbuild plugin to load a .env file from the current directory or any parent. It will combine the environment variables with existing/system-wide process.env variables.