You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jwilder It would be really helpful if #93 was merged and released. Right now I need extra code to check if certain env variables are set. This is the last thing I need to completely replace envtpl with dockerize and remove the python dependency.
I may be missing something obvious, but is there a way to error out if a variable substitution is blank?
I guess there's two approaches:
I think this:
https://golang.org/pkg/text/template/#Template.Option
handles option 2 but would require a change in the dockerize args parsing and template handling.
The text was updated successfully, but these errors were encountered: