env-cmd icon indicating copy to clipboard operation
env-cmd copied to clipboard

Setting environment variables from a file

Results 82 env-cmd issues
Sort by recently updated
recently updated
newest added

I tryied this ref but not working: https://github.com/codegowhere/react-inject-env

question

It would be great if YAML support could be added for `.env.yaml` and `.env-cmdrc.yaml`, would this be possible?

todo

This has been reported already in #118 but the OP closed it. The reason for this error message in both my case in issue 118's OP was that the .env-cmd...

Hey! Thanks for the awesome lib! It would be nice if `env-cmd` could read variables from multiple `.env` files. There is a common approach to use `.env` and `.env.local`, and...

todo

![WhatsApp Image 2022-05-19 at 5 51 28 PM](https://user-images.githubusercontent.com/88645114/169454418-1feb5167-c1af-4011-89a4-558ef0a9112c.jpeg) Hi, I'm getting the above issue while installing the packages using the Yarn. Please help me with this issue. Thanks a lot...

I've 2 files in the root folder of the project: .env.staging and .env.production In the .env.production file there is a variable not present in .env.staging When I run `env-cmd -f...

Is it supposed to do that? How can I make it stop doing that?

On the latest M1 Mac: ``` time npm exec env-cmd node index.js npm exec env-cmd node index.js 0.24s user 0.07s system 95% cpu 0.320 total ``` 320ms is a lot....

I'm currently using Vuejs with Vitejs, but when I'm running the build in production, the variables are undefined. Vitejs it's like ReactCreateApp, using the REACT_APP_ prefix, but instead we need...

question

Hello, I am using env-cmd in my typescript application. for production I am creating node js build using `tsc` and after build when I tried to pass custom env file...

question