Copier update unknown switch --vcs_ref
See original GitHub issueDescribe the problem Using copier update 7.0.1
Template Any template
To Reproduce
- Run
copier update --vcs_ref=HEAD
as specified in the docs - Observe error: Error: Unkown switch --vcs_ref
Expected behavior Ref to HEAD working
Environment
- OS: Arch Linux
- Copier version: 7.0.1
- Python version: 3.9.5
- Installation method: pip in virtualenv
Additional context As a side note just after generating from template the update does not work, and refers to a non-existing commit.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Buildah does not compress the first image layer of ubi8-micro ...
Our build relies on image digests to ensure that versions did not change, but if the first image layer is uncompressed and pushed...
Read more >1705984 – Image Signature Verification is no longer working ...
--- > Image signatures are no longer being downloaded for new registry.redhat.io > neither for the legacy registry.access.redhat.com, however, ...
Read more >Docker image failing to run - Stack Overflow
i made following change to dockerfile: #ENTRYPOINT ["dumb-init", "/docker-entrypoint.sh"] ENTRYPOINT ["docker-entrypoint.sh"] now i'm ...
Read more >aws-mail - Python Package Health Analysis - Snyk
aws_mail ignores unknown cli arguments, e.g. the ones usually sent to sendmail . ... Update the files copier --vcs-ref=HEAD update.
Read more >network mode not supported by buildkit - You.com
error: failed to solve: rpc error: code = Unknown desc = granting entitlement network.host is not allowed by build daemon configuration.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ouch, that is true. Thank you, this somehow did not occur to me.
Options get passed to copier rather than the sub-command.
Try
copier --vcs-ref=HEAD update