Right now github.com/twilio-labs/function-templates uses .env files for each template to specify which environment variables are needed. @thorsten-stripe pointed out correctly that that might be dangerous as people might push secrets accidentally. We could switch this to .env.example files but I'm concerned how we could do a transition where we don't break older versions of this tool.