n98-magerun2 v8.1.0

We are pleased to announce the release of n98-magerun2 v8.1.0, continuing our commitment to enhancing the Magento development experience.
Codename of the release is Wiesbaden.
New Features
Apply GitHub patch directly
Simplify patch management by applying GitHub patches directly via the command line.

Admin URI added to table
Easily retrieve the admin URI for your Magento installation.

If you just need the admin uri the following command could help you now:
$> n98-magerun2.phar sys:info "Admin URI"
New options for sys:store:config:base-url:list
command
Comprehensive description of the sys:store:config:base-url:list
command for better usability.
We added two new options --with-admin-store
and --with-admin-login-url
to provide more detailed infos about your stores.

New magerun config commands
magerun:config:info
This command can print a table with a loaded YAML config files with a bit of context.

magerun:config:dump
This command can print the whole merged config. If you just need to see the original (unmodifed “dist” config) then add the --only-dist
parameter and this will then omit all additional configs.

Other improvements
- Replace Elasticsearch with OpenSearch in dev setup
Transition to OpenSearch for improved performance and compatibility in development environment. - Use PHP 8.3 for PR builds
Ensure compatibility and leverage the latest features of PHP 8.3 in pull request build - Use Ubuntu 22.04 in PR-build workflow
Standardize the PR build environment on Ubuntu 22.04 for consistence. - Update dependencies to the latest Mage-OS requirements
Keep dependencies up-to-date to meet the latest Mage-OS requirement. - Fix MariaDB and OpenSearch services
Resolve issues with MariaDB and OpenSearch services for smoother operation. - Use correct
OPENSEARCH_JAVA_OPTS
option for OpenSearch container
Ensure the correct Java options are used for the OpenSearch container to optimize performance.
Full Changelog
https://github.com/netz98/n98-magerun2/milestone/8
- Add: #1590: Apply GitHub patch directly (by Christian Münch)
- Add: #1591: Admin URI added to table (by Christian Münch)
- Add: #1592: New options to display admin store URLs (by Christian Münch)
- Add: #1593: Describe sys:store:config:base-url:list command (by Christian Münch)
- Add: #1605: magerun config commands (by Christian Münch)
- Imp: #1594: Replace Elasticsearch with OpenSearch in dev setup (by Christian Münch)
- Fix: #1599: Theme choice index (by Christian Münch)
- Fix: #1600: Run create address in an emulated frontend area (by Christian Münch)
- Build: #1602: Use PHP 8.3 for PR builds (by Christian Münch)
- Build: #1603: Use Ubuntu 22.04 in PR-build workflow (by Christian Münch)
- Build: #1604: Update dependencies to the latest Mage-OS requirements (by Christian Münch)
- Build: #1605: Fix Mariadb and OpenSearch services (by Christian Münch)
- Build: #1606: Use correct OPENSEARCH_JAVA_OPTS option for OpenSearch container (by Christian Münch)
- Build: #1607: Set up MariaDB as part of the steps (by Christian Münch)
- Build: #1608: Update and bump dependencies (phpstan, php-cs-fixer, captainhook, webfactory/ssh-agent, psy/psysh) (by dependabot)
0 Comments