interagent/pliny

pliny-update copies raw erb files

dmcinnes opened this issue · 2 comments

Ran into this problem upgrading telex. The .env and app.json files were copied over from the template instead of being evaluated.
I looked into submitting a patch, but they need the app name and I'm not entirely sure the best way to retrieve that on an upgrade.

Not super familiar with the context, but can we do a load/merge or something?

I was the one to move template generation from regex replacement to erb a few months ago. I'll look into this issue.