Golang development tool that supports project bootstrap, live-reload (tests + application), and auto dependency retrieval based on Go Modules
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
A user should be able to run
--env ENVIRONMENT_VARIABLE=value
and the variable should be passed to all commands in the execution pipeline