Update created project with different answer location #859
-
Hi all! I ran into the following (as a further iteration on another discussion: #714): I have created a copier template which can be found here: https://github.com/nilsdebruin/copier-template-report In this repository, I created a copier.yml with an answer-file settings, like so:
The template has the following structure for the answer file:
When I create a new instance of the template with the following command:
a new directory is created with the files from this template and the answer file is stored in:
as I would expect. If I now go to the test folder and run the following command:
I get the following error message:
If I move the answer file to the root of the test folder and run the following command it works:
I would like to be able to store the answer files in a sub-directory of the created test folder. Is this possible and if not, what would be needed to make this possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
I'd love that to work if it doesn't. This way, we could follow https://dot-config.github.io/ standard. However, if it doesn't work, then somebody has to do it. Would you like to volunteer on that? If so, just make sure to add test and docs to the PR, so the feature gets stable just like almost any other Copier feature. |
Beta Was this translation helpful? Give feedback.
I'd love that to work if it doesn't. This way, we could follow https://dot-config.github.io/ standard. However, if it doesn't work, then somebody has to do it. Would you like to volunteer on that?
If so, just make sure to add test and docs to the PR, so the feature gets stable just like almost any other Copier feature.