Skip to content

Releases: shopware/shopware-cli

0.5.2

24 Jan 13:51
0.5.2
7aca694
Compare
Choose a tag to compare

Changelog

  • 9b43edc Update README.md
  • ea94fff ci: run in schedule
  • 7aca694 feat: add option to disable storefront build in configuration, fixes #459
  • 8126757 feat: remove old docs
  • 3c74be8 fix: change to github hosted page

0.5.1

22 Jan 14:53
0.5.1
6c23c7d
Compare
Choose a tag to compare

Changelog

  • 6c23c7d ci: add php 8.4 to ci again

0.5.0

22 Jan 13:35
171c444
Compare
Choose a tag to compare

New Features

  • shopware-cli project create <folder> latest will install the latest Version
  • shopware-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 for shopware-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 instead
  • shopware-cli account producer extension create and shopware-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

20 Jan 10:55
0.4.63
Compare
Choose a tag to compare

Changelog

  • 9fbe4e0 ci: add 8.4
  • af1b0e4 ci: add smoke test for admin and storefront build
  • 03b27c2 ci: install composer deps
  • fb4991b ci: revert job
  • 7ca5c39 feat: fix COMPOSER_AUTH env forwarding
  • b878dc1 fix(deps): bump the all group with 3 updates
  • 61e1828 fix(deps): bump the all group with 3 updates

0.4.62

13 Dec 10:23
Compare
Choose a tag to compare

Changelog

  • 9fbe4e0 ci: add 8.4
  • af1b0e4 ci: add smoke test for admin and storefront build
  • 03b27c2 ci: install composer deps
  • fb4991b ci: revert job
  • 7ca5c39 feat: fix COMPOSER_AUTH env forwarding
  • b878dc1 fix(deps): bump the all group with 3 updates
  • 61e1828 fix(deps): bump the all group with 3 updates

0.4.61

02 Dec 18:55
Compare
Choose a tag to compare

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

19 Nov 10:16
05235ec
Compare
Choose a tag to compare

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

04 Nov 10:04
1bb4fb8
Compare
Choose a tag to compare

Changelog

0.4.58

31 Oct 15:20
4a38d07
Compare
Choose a tag to compare

Changelog

0.4.57

29 Oct 14:47
3c1c5aa
Compare
Choose a tag to compare

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