ashald / EnvFile

EnvFile 3.x is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files.
MIT License
539 stars 129 forks source link

Macros not executing #130

Open darwinyip opened 3 years ago

darwinyip commented 3 years ago

My .env file has macros like FOO=$(command) but these don't get executed so the env var will become FOO="$(command)" instead of the intended value.

ashald commented 3 years ago

What is the intended value here?

darwinyip commented 3 years ago

It could be any value for example Say I have file.txt with 500 words.

WORD_COUNT=$(wc file.txt)

Then WORD_COUNT will have a value of 500.

My use case is to fetch docker ports and AWS environment tokens.

djgilcrease commented 1 year ago

would very much like this to be supported as well