Results 3 comments of Joel Cogen

Yes, my workaround is to simply remove the alias, run the generator, and then restore the alias

I know this is old but I had the same problem and found out it was because we used a manual `require` in a model to avoid a namespace resolution...

Seems like you can achieve this with the `VERSION` env var combined with `-P`. This is the command I use to deploy the latest image (already built for staging) to...