You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some private templates which I don't want to upload anywhere. The --template option allows providing a URL to a zip file. Ideally, I could point it at templates on my local filesystem.
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
After some real-life experience with #3657, what I actually want to do is point it at a template directory. Having the template as a zip committed to the repo is pretty clunky. Also, the way I'm using the file:// scheme is not correct. file:// URIs do not support relative paths.
In light of this, I would like to change the design to work like this:
If the template string starts with http(s):// download the zip.
If the template string is an exact match to a built-in template, use that.
Description
I have some private templates which I don't want to upload anywhere. The
--template
option allows providing a URL to a zip file. Ideally, I could point it at templates on my local filesystem.References
#3657
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: