Installer Skills¶
|
|
Interactive (first install): copier copy --trust --vcs-ref <version> <template_url> <target_abs_path>
Replay / CI (deterministic): copier copy --answers-file .copier-answers.yml --trust \
--vcs-ref <version> <template_url> <target_abs_path>
Pretend diff (before upgrade): copier update --pretend --vcs-ref <new_version> --trust <target_abs_path>
Execute upgrade: copier update --vcs-ref <new_version> --trust <target_abs_path>
|
Writing (post-generation hook
Verifying (
|
Copier pre-generation hook
|
Copier pre-generation hook ID collision scan:
File-path collision prompt:
|
Copier post-generation hook
|
Copier post-generation hook
|
To deploy
|
To deploy
|