Skip to content

Releases: shopware/shopware-cli

0.5.6

13 Feb 12:27
0.5.6
9a86a98
Compare
Choose a tag to compare

Changelog

  • 9a86a98 Revert "feat: add support for dumping Vite config for webpack only builds"
  • fb2a9e4 chore: move account-api to internal

0.5.5

13 Feb 05:48
0.5.5
5d9ebdb
Compare
Choose a tag to compare

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

10 Feb 08:13
0.5.4
76b344c
Compare
Choose a tag to compare

Changelog

  • 76b344c refactor: enhance error handling by adding identifiers to validation … (#470)

0.5.3

06 Feb 10:28
0.5.3
35333d5
Compare
Choose a tag to compare

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

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