Fail to load env
Closed this issue · 4 comments
winston0410 commented
base ❯ npx dotenv-cli -v FOO=bar -- echo $FOO
Which I am expecting to see bar there
entropitor commented
simonpai commented
Hi @entropitor,
I'm following your comment on #31 on macOS and still got empty result:
npx dotenv -v FOO=bar -p FOO
-> bar
npx dotenv -v FOO=bar -- bash -c 'echo $FOO'
-> (nothing)
Do you have any idea what could go wrong here? Thanks.
entropitor commented
simonpai commented