Releases: shopware/shopware-cli
Releases · shopware/shopware-cli
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
0.4.63
0.4.62
0.4.61
Changelog
- a59cb4d chore: update installation manual
- ff5dace chore: update schema
- 4bf8bc6 chore: update transitive dependencies
- fabf550 feat: allow pass explicit php binary using env, fixes #445
- 57aa3cb fix(deps): bump anchore/sbom-action in the all group
- 9e5a40d fix(deps): bump the all group with 2 updates
- 9b62774 fix: json schema error
- 06c51fc fix: use fork of go-mod, fixes #418, #433
- 2e0925b fix: validate snippet filenames before reading & increase error verbosity