kamranahmedse / itomate

Automate your iTerm layouts and session setup
MIT License
336 stars 12 forks source link

[FR] Ability to use Environment Variables in YML file #13

Closed JohnLegrandRichards closed 4 years ago

JohnLegrandRichards commented 4 years ago

Ability to use ENV variables in the YML configuration is very important to hide secrets or give developers a chance to create more generalized templates

root: !ENV ${MYPROJECT_ROOT_PATH}

kamranahmedse commented 4 years ago

This has been released in 0.3.1. Thanks @JohnLegrandRichards!