-
When we run mr commands, it show an error that mr: command not found.
How would be install it?
We have not found any "diff" option in when is run
php n98-magerun.phar list
bmweb updated
8 years ago
-
It would be a nice feature to use pipes in the terminal.
For example getting informations with magerun and pipe the output into a TXT or CSV file.
-
When I run `n98-magerun.phar db:import` it is supposed to display progress information (it's calling `pv` internally). But it does not.
Can that be fixed?
amenk updated
7 years ago
-
We started this magerun addon during the MM15NL hackathon, but it's not finished and needs some work, especially performance wise. Also, port it to M2, which should be easy since the database structur…
-
`sudo n98-magerun.phar dev:symlinks --skip-root-check --on --global` throws `It's not recommended to run n98-magerun as root user` is that the expected outcome?
-
I'm using a consumer to resolve a product import. But if I start the consumer with Magerun instead of bin/magento I get inexplicable errors on product save.
If I try to save a new product the erro…
-
I have installed the latest n98-magerun version.
When i enter the command
```
php n98-magerun.phar dev:module:rewrite:conflicts
```
i get all rewrites correctly as output. However, in var/log/syste…
-
Hi,
could you maybe add a command similar to `n98-magerun.phar dev:module:create` that does the same for themes i.e. `n98-magerun.phar dev:theme:create`. Most importantly add a `--modman` option!
Tha…
-
```
n98-magerun db:query 'SELECT `page_id`,`title`,`identifier` FROM `cms_page` WHERE `content` LIKE "%search-string%";'
```
Should I be able to write a custom command based *only* on the Wiki?
…
-