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

Feature request: support for interpolation #128

Closed GigiusB closed 1 year ago

GigiusB commented 3 years ago

It would be nice if interpolation was supported

Example:

MY_FIREWALL=10.10.0.1
MY_FRONTEND=192.168.10.1
MY_BACKEND=192.168.10.1
MY_HOSTS="${MY_FIREWALL},${MY_FRONTEND},${MY_BACKEND}"

should give:

$ echo $MY_HOSTS
10.10.0.1,192.168.10.1,192.168.10.1
ashald commented 3 years ago

Don't we have this already as a feature toggle? https://github.com/ashald/EnvFile#usage