Releases: shopware/shopware-cli
Releases · shopware/shopware-cli
0.5.7
Changelog
- 312201a Fix DATABASE_URL handling (#476)
- ee9d67e Reapply "feat: add support for dumping Vite config for webpack only builds"
- 61ec449 feat: added excluding extensions based on config to watcher
- 0ce0b64 feat: allow filtering extensions on project build using config and flags
- 1058733 fix: correct logic for skipping extensions in plugin JSON filtering
- a6ddff5 fix: prefer values from .env from .env.dist
- 3f8c4b3 fix: prevent overwriting existing Vite config files
- 32f9564 fix: update branch condition for minimum version to 6.7.0.0
- ca1168e refactor: remove golint min-confidence setting from golangci configuration
- cbdb6fe refactor: remove logging of PHP wasm build download
0.5.6
0.5.5
Changelog
- 11d213e Fix zip command to adjust ExtensionConfig and dump .shopware-extension.yml (#473)
- 1b4c1aa feat: add support for dumping Vite config for webpack only builds
- 5d9ebdb fix!: remove ai changelog generation
- 6ffe01d fix(deps): bump the all group with 3 updates (#471)
- d6bb145 fix(deps): update go-mad dependency to latest version, fixes #468
- e23c5b8 fix: resolve symlinks and get absolute paths for asset sources
0.5.4
0.5.3
Changelog
- 6d8dd9e Add --quick option to project dump command (#463)
- 2841848 Update generate.ts
- 35333d5 ci: use new docker credentials
- c96c7cf feat: Add more not allowed files to the ZIP process (#464)
- f955592 feat: Add path of mainFile to the warning message when validating snippets (#465)
- c41896e feat: Implement SPDX license validation and add test cases (#466)
- 304a6d1 feat: add more validation for apps like in code review
- 5313de0 feat: add php and twig file location checker similar to extension code review
- 691ca5c fix(deps): bump anchore/sbom-action in the all group (#460)
- 696e5fb fix: remove message to fix json output (#467)
0.5.2
0.5.1
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