When you run spin new -E, it always fetches latest templates, which incurs a delay.
We would like it to not incur a delay.
The challenge with this is: the current behaviour ensures that the app you create is lined up with the environment definition. If we use old (cached) templates, it may not line up with the environment definition. So how do we ensure that templates are current, and yet not incur a delay when they are?
When you run
spin new -E, it always fetches latest templates, which incurs a delay.We would like it to not incur a delay.
The challenge with this is: the current behaviour ensures that the app you create is lined up with the environment definition. If we use old (cached) templates, it may not line up with the environment definition. So how do we ensure that templates are current, and yet not incur a delay when they are?