Update multiselect answers #1755
Closed
johannesloibl
started this conversation in
General
Replies: 0 comments
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.
-
Hey,
i'm struggling to find a way how i can update my project by giving different answers to multiselect questions.
Updating the project with string-based answers works fine:
copier update --trust --defaults -d friendly_name="FOOBAR123".But now let's say may
.copier-answers.ymlfile contains multiselect answers:How can i update those?
I tried
python_tested_versions="['3.9','3.10','3.11','3.12','3.13']", but this is not loaded a JSON, so it fails.Any solution i missed?
Beta Was this translation helpful? Give feedback.
All reactions