Releases: shopware/shopware-cli
Releases · shopware/shopware-cli
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
0.4.60
Changelog
- 522c6ad Fix changelog generation with default template
- ebb7174 Update install.md
- cc1d621 ci: add bash and jq to docker container
- a685bb0 ci: add docker images on shopware namespace
- 05235ec feat: add console command wrapper for bin/console
- 2c107b7 feat: use resolved apps/plugins from php, fixes #427
- 4de45df fix(deps): bump anchore/sbom-action in the all group
- 530d444 fix(deps): bump anchore/sbom-action in the all group
- f865264 fix(deps): bump the all group with 2 updates
- e07c747 fix(deps): bump the all group with 3 updates
- e4bdbf0 fix(deps): bump the all group with 4 updates
0.4.59
0.4.58
0.4.57
What's Changed
- Improve copy by @wannevancamp in #426
- fix(deps): bump github.com/sashabaranov/go-openai from 1.32.2 to 1.32.3 in the all group by @dependabot in #428
- fix(deps): bump anchore/sbom-action from 0.17.4 to 0.17.5 in the all group by @dependabot in #429
- support for yaml config files
- added shortcut -u and -p in dump command
Full Changelog: 0.4.56...0.4.57