You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After copier update, pre-existing aws credentials and backup passphrase are overwritten in .docker/backup.env.
Credentials defaults to null and are deleted from the env file. Passphrase changes to "example-backup-passphrase".
Because .docker/ is gitignored, this changes may go unnoticed.
To Reproduce
Steps to reproduce the behavior:
Use copier update to add my aws credentials and backup passphrase
Use copier update to update the project when there are changes in this template
Skip copier questions about backup credentials and passphrase
Expected behavior: Docs state that default values will be those you answered last time. If I don't want to change credentials and passphrase then when I press enter I expect them not to change.
The text was updated successfully, but these errors were encountered:
Describe the bug
After
copier update
, pre-existing aws credentials and backup passphrase are overwritten in.docker/backup.env
.Credentials defaults to null and are deleted from the env file. Passphrase changes to "example-backup-passphrase".
Because
.docker/
is gitignored, this changes may go unnoticed.To Reproduce
Steps to reproduce the behavior:
copier update
to add my aws credentials and backup passphrasecopier update
to update the project when there are changes in this templateExpected behavior: Docs state that default values will be those you answered last time. If I don't want to change credentials and passphrase then when I press
enter
I expect them not to change.The text was updated successfully, but these errors were encountered: