0.5.0
New Features
shopware-cli project create <folder> latest
will install the latest Versionshopware-cli project create <folder> dev
will install the latest Development version- PHP Linter supports now PHP 8.3 and 8.4
- Set
SHOPWARE_SKIP_ASSET_INSTALL_CACHE_INVALIDATION
forshopware-cli project ci
to suppress Redis errors - Builds using ESBuild in Administration produce Vite manifest files, so the build files work also for Shopware 6.7
- Dedicated
shopware/shopware:bin
image to copy only the binary file
Breaking changes
The following commands have been removed:
shopware-cli project proxy
, use Ngrok or Cloudflare Tunnel insteadshopware-cli account producer extension create
andshopware-cli account producer extension delete
, use Shopware Account UI instead
And the following has been changed:
shopware-cli project dump
required argument for database name has been removed. It takes now without argument the connection string from.env
files, but all connection properties can be overwritten with--username
,--host
and--password
.shopware-cli extension get-changelog
the flag--german
has been removed. Use--language de-DE,de
instead of it
Fixes
shopware-cli account merchant shop list
works again
Repository Move
The Repository has been moved from FriendsOfShopware to Shopware itself 🎉 .
Old links will still work, but you should upgrade to the new links.
For brew:
brew uninstall shopware-cli
brew untap FriendsOfShopware/tap
brew install shopware/tap/shopware-cli
For docker switch from ghcr.io/friendsofshopware/shopware-cli:xxx
to shopware/shopware-cli:xxx