Currently, the new command checks for template updates on every single run, this can add a few seconds of latency on every iteration. If a user lists templates and then immediately tries to scaffold, they have to wait both times.
We should follow the pattern that update-check set and run this only once a day at most.
Currently, the new command checks for template updates on every single run, this can add a few seconds of latency on every iteration. If a user lists templates and then immediately tries to scaffold, they have to wait both times.
We should follow the pattern that update-check set and run this only once a day at most.