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

parse supfile as go text/template #145

Closed kadefor closed 6 years ago

kadefor commented 6 years ago

this will enhance the Supfile's capability, more template functions that can be used in Supfile, see Sprig function documentation

about #97:

if --enable-template , {{ env "GCLOUD_INSTANCE_NAME"}} in Supfile will be parsed as template, from shell environment variables