-
Notifications
You must be signed in to change notification settings - Fork 459
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
feat(cli): add support for local templates #3746
base: main
Are you sure you want to change the base?
Conversation
I'm following the instructions, but I cannot get any of these integration tests to pass locally. It seems to be starting the verdaccio server, but then it errors out when trying to publish with:
How do I setup credentials for this local registry? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the help! Could you add the new functionality to the help text as well?
.option("template", { |
466f5c9
to
dc38308
Compare
Updated. |
dc38308
to
42ba63f
Compare
42ba63f
to
6df9072
Compare
Hi there! 👋 We haven't heard from you in 60 days and would like to know if you're still working on this or need help. If we don't hear from you before then, I'll auto-close this PR in 30 days. |
Related issue
Fixes #3656
Description
Allow passing local directory as
--template
parameter.Checklist