Current implementation of 'resources' is overcooked. Using go-bindata to package up files and including them in the binary is nice, but the way they are extracted during ecso environment up and ecso service add is pretty messy. Try to simplify this to the point where semantically it is just "copy this directory structure from here to there, but treat each file as a go template and merge this data with each file before writing them to the destination."
Current implementation of 'resources' is overcooked. Using
go-bindatato package up files and including them in the binary is nice, but the way they are extracted duringecso environment upandecso service addis pretty messy. Try to simplify this to the point where semantically it is just "copy this directory structure from here to there, but treat each file as a go template and merge this data with each file before writing them to the destination."