zephinzer / godev

Golang development tool that supports project bootstrap, live-reload (tests + application), and auto dependency retrieval based on Go Modules
https://getgo.dev
MIT License
199 stars 31 forks source link

As a User, I’d like to be able to pass in environment variables to my application under development so I can test related behaviour #16

Closed zephinzer closed 5 years ago

zephinzer commented 5 years ago

A user should be able to run --env ENVIRONMENT_VARIABLE=value and the variable should be passed to all commands in the execution pipeline