Override of repository for update #2702
pauloneves
started this conversation in
Ideas
Replies: 2 comments
|
I haven't tested it, but I think a Git URL rewrite should work:
Make sure that your local clone contains the full history and all tags. |
0 replies
|
Excellent idea. Thanks. The command like option would still be nice. I have a hundred repos and sometimes I'm just testing in one or two of them with unpublished modifications, but I may need to update the others to change the selected options. I'd still forget to go back the the published template. But this way has 2 big vantages from my old workflow:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've been doing a lot of template updates. My workflow would be greatly enhanced if I could override the _src_path var in the .copier-answers.yml file.
Here what I do when I want to try a new feature in my template:
uv tool run copier update --vcs-ref=HEADIt's a little convoluted. If I were able to override the template repository during updates it would make the process cleaner.
Can I already do it? How do you modify your templates? Are there better ways to develop?
All reactions