We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When executing the following command, the files are simply copied. And the folder [[VAR]] is not copied at all.
[[VAR]]
copier --subdirectory template-x [email protected]:namespace/project.git path/to/destination
The folder /template-x/ is the root of a template (therefore with /template-x/copier.yml).
/template-x/
/template-x/copier.yml
Version: 5.1.0
The text was updated successfully, but these errors were encountered:
Nope, it doesn't work fine.
It only works when used in the template itself, but when used in the CLI it doesn't make any sense.
See #315 for the whole story. For copier v6 that flag will disappear.
Sorry, something went wrong.
No branches or pull requests
When executing the following command, the files are simply copied. And the folder
[[VAR]]
is not copied at all.The folder
/template-x/
is the root of a template (therefore with/template-x/copier.yml
).Version: 5.1.0
The text was updated successfully, but these errors were encountered: