Christian Münch

Results 290 comments of Christian Münch

@macouella This feature was implemented in PR #1032. You can list all admin routes by `n98-magerun2.phar route:list --area=adminhtml`.

We have refactored the way we handle Core Commands. Version 7.0.0 will hopefully fix this issue. Sadly the issue is so old that we cannot test it anymore against a...

> We saw that https://plugins.jetbrains.com/plugin/8024-magento-phpstorm has such a function and will probably not extend that further here in Magerun2, issue can eventually be closed :-) > > ![image](https://user-images.githubusercontent.com/1087128/260950713-167f4277-cd42-404d-b218-e5a1a96dbe1c.png) The dev...

> The `dev:console` is awesome :-) I am more talking about such code generation features, those I feel to be more natural in PhpStorm - at least for us :-)...

This is partially covered by `bin/magento dev:di:info` command.

Should be fixed in v7.0.0. Please re-open if issue still exists. You can test with development version.

@danemacmillan @asalce In the meantime we added a logic which remove the definer from sql dump. This is solved by piping the sql dump into this command: `' | LANG=C...

@Hexmage We have reworked the whole process to call Magento Core Commands in Magerun2 v7.0.0 which is currently in develop branch. You can test it by updating via `n98-magerun2.phar self-update...

@amenk I try to cleaup the issue list. I am not sure if this issue still exists.

@amenk thanks for testing. I just fixed a lot of bugs. I will try to fix that in v7.0.0, too.