-
If I have the following configuration file: copier.yml key1:
type: str
key2:
type: str I know you can pass the arguments through copier from to --data key1="foo" --data key2="bar" But in some cases you want to pass the predefined responses, for example a file: config.yml key1: foo
key2: bar How can I do something like: |
Beta Was this translation helpful? Give feedback.
Answered by
eyllanesc
Jan 13, 2022
Replies: 2 comments 1 reply
-
Ooops, the solution is documented in: https://copier.readthedocs.io/en/stable/configuring/#answers_file |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
eyllanesc
-
#485 is an attempt to implement that, but it seems stale now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ooops, the solution is documented in: https://copier.readthedocs.io/en/stable/configuring/#answers_file