pressly / sup

Super simple deployment tool - think of it like 'make' for a network of servers
https://pressly.github.io/sup
MIT License
2.48k stars 176 forks source link

Allow inventory commands to recognize top-level env vars #184

Open alexgenco opened 1 year ago

alexgenco commented 1 year ago

fixes: https://github.com/pressly/sup/issues/97

I tried this locally and it seems to work as expected. i.e. env vars passed via -e take precedence over top-level env entries. This could potentially be a breaking change, so I'm open to suggestions on versioning, etc.