Run a command with environment variables from a `.env` file
Run a command with environment variables from a specific `.env` file
dotenvx run -f path/to/file.env -- commandSet an environment variable with encryption
Set an environment variable without encryption
dotenvx set key value --plainReturn environment variables defined in a `.env` file
Return the value of an environment variable defined in a `.env` file
Return all environment variables from `.env` files and OS