sethvargo/go-envconfig

Extract list of ENV variables

kluzzebass opened this issue · 1 comments

Is there any way to dump a complete list of the ENV variables envcconfig is looking for, possibly with some additional information, like the data type, etc.? Asking the devops people to decode the config struct to get all the ENV vars they need to supply when deploying seems a bit much. I'd prefer to stay on friendly terms with them.

Duplicate of #77