Applying copier-python template updates¶
Copier can update your project with template changes that have occurred since the project was created.
To apply updates, simply run in your project directory:
copier update
This will repeat the setup prompts, in case any prompts have been added or changed.
Tip
To change template-provided features in your project, simply change your answers in the update prompts.
To apply updates without being prompted (reusing all previous answers), run:
copier update -l
When copier update is finished, view changes with git status and git diff.
Resolve any conflicts, and then commit the result.