n98-magerun2 v9.2.0

Happy New Year, Magento Community!
We are happy to announce our first release of the year. This release, codenamed Mannheim, contains a small but handy new feature: you can now filter the cronjob list using a wildcard character.
Example: n98-magerun2.phar sys:cron:list security*
The release also includes two bug fixes. One is a very small fix for the dev:keep-calm command, while the other is important if you are using multiple --include parameters.
Changelog
- Add: sys:cron:list supports filtering by job code/name (wildcards)
- Fix: support multiple –include options in db:dump command (issue #1868)
- Fix: ensure force deploy flag is added to command string (issue #1816)
- Build: add signing and deployment of PHAR bundles via Cosign; ensure signature file is created
- Build: bump dependencies (php-cs-fixer, phpstan, psy/psysh, twig/twig, rmccue/requests, super-linter, GitHub Actions, webpack-dev-server, qs, npm/yarn group)
Release v9.2.1
We just fixed another bug in the db:dump command in combination with multiple --exclude options. Similar to the issue #1868.
Just update with:
n98-magerun2.phar self-update 9.2.1
0 Comments