env-cmd
env-cmd copied to clipboard
Setting environment variables from a file
I tryied this ref but not working: https://github.com/codegowhere/react-inject-env
It would be great if YAML support could be added for `.env.yaml` and `.env-cmdrc.yaml`, would this be possible?
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...
 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...
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...