vuestorefront / vue-storefront

Alokai is a Frontend as a Service solution that simplifies composable commerce. It connects all the technologies needed to build and deploy fast & scalable ecommerce frontends. It guides merchants to deliver exceptional customer experiences quickly and easily.
https://www.alokai.com
MIT License
10.59k stars 2.08k forks source link

CLI w/ custom integration: git repository url error #6920

Closed DavidDeSloovere closed 1 year ago

DavidDeSloovere commented 1 year ago

What is your question / Please describe your issue

When choosing a custom integration we get the question "What's the URL of the custom integration's git repository?"?

I get Couldn't locate git repository with the received URL. when I pass in https://github.com/propeller-commerce/vuestorefront.git

What is the CLI looking for exactly? What is wrong with the URL?

What version of Vue Storefront are you using?

latest cli 4.2

Code of Conduct

skirianov commented 1 year ago

Hey @DavidDeSloovere, looking into it.

skirianov commented 1 year ago

Handled in PR #6923 - will update the package soon.

skirianov commented 1 year ago

https://www.npmjs.com/package/@vue-storefront/cli/v/4.2.1 - @DavidDeSloovere you can try with the latest CLI.

It was working well with custom integration, unfortunately the console.log was wrong

DavidDeSloovere commented 1 year ago

Yes. It's fixed.

image