Similar to how we can use cruft to sync a cookiecutter repo back to the original template, I think it would be useful to implement something similar in scaffold.
My usecase for this is that I have a monorepo of various repo templates and I sometimes update them by adding new workflows or making various changes. It would be helpful to allow downstream repos to update themselves back to the upstream template to propagate those changes automatically
Similar to how we can use
cruft
to sync acookiecutter
repo back to the original template, I think it would be useful to implement something similar in scaffold.My usecase for this is that I have a monorepo of various repo templates and I sometimes update them by adding new workflows or making various changes. It would be helpful to allow downstream repos to update themselves back to the upstream template to propagate those changes automatically