FriendsOfShopware / shopware-cli

CLI for Shopware Account and Shopware 6
MIT License
81 stars 31 forks source link

plugins.json mismatch between shopware-cli and bin/build-storefront.sh #339

Closed nussjustin closed 4 months ago

nussjustin commented 4 months ago

PHP Version

8.2.17

Shopware Version

6.5.8.7

Plugin Version

2.11.1

Actual behaviour

The "technicalName" for the store.shopware.com/klavi_overd plugin in the var/plugins.json is generated as "klavi_overd".

Expected behaviour

The "technicalName" for the store.shopware.com/klavi_overd plugin in the var/plugins.json should be generated as "klavi-overd".

Steps to Reproduce?

Untested:

When using bin/build-storefront.sh the "technicalName" is "klavi-overd" as expected, but for shopware-cli project storefront-build it is "klavi_overd".

nussjustin commented 4 months ago

Will try to find some time tomorrow to debug this.

nussjustin-hmmh commented 4 months ago

Scrape that, I found the bug and opened a PR: #340