-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
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
support zip template from local or http endpoint #1566
Comments
create a simple PR for this feature #1565 |
If I understand correctly, generating a project from a ZIP template means that the project cannot use |
Sure, I don't use the update feature of Copier for now, I will check how |
The update feature is a core aspect of Copier, so we're likely not interested in implementing features that work against it. Please check it out and let us know if you still need to support URLs to ZIP files (which by the way is easily automated with a wrapper script). |
FWIW Copier supports git bundles out of the box, including updates support (if bundled with replayable history). |
Actual Situation
We have lots of copier template, we don't want to create git repo for each one.
We want to put all template code in a single repo, and during the ci/cd, we archive and upload these templates to some http file services such as Nginx.
Desired Situation
support zip template from local or http endpoint
Proposed solution
support zip template from local or http endpoint:
copier copy http://somedomain.com/my_template.zip target_dir
The text was updated successfully, but these errors were encountered: