entropitor/dotenv-cli

Multiple commands after dotenv

Closed this issue · 1 comments

Is there a way to run multiple commands after --? If I do e.g. dotenv -- env && env only the first env fill have access to the dotenv variables.

you need to use plain old bash dotenv -- bash -c "env && env"