I am trying to apply a cookiecutter template. When I run the command "cookiecutter private_git_repo", it asks if I want to use overlays or not? So, I need to pass "yes" to that. Later, it gives multiple options to ask which overlay I want to use. Since, I want to achieve this in circleci config, I want an automatic way to pass "yes" and "overlay_name" to the command.
I am not able to use | to pass multiple inputs to the prompt questions. How can one achieve this in linux terminal?