-
I'm searching for a CLI tool to be able to package an extension. Ideally, it would be [Modman](https://github.com/colinmollenhour/modman) compatible.
I don't think that they is a way to do it with ma…
-
Hello everyone,
Is there a way to create customer's shipping/billing address through magerun? If not, what u think about this?
-
Is it possible to download some files after running a few commands?
Eg. I want to do something like this
- Connect to server
- Run 'magerun db:dump' to create backup to some file
- Download dump to l…
-
When dropping the database using db:drop n98-magerun asks for confirmation (unless the `--force` option is set)
```
Really drop database project_latest ? [n]:
```
But if `-q` is set this prompt is n…
fbrnc updated
9 years ago
-
## Describe the bug
When running the `db:dump` command and mysqldump fails, magerun will still return with an exit code of 0.
## Expected behaviour
Non-zero exit code on error
## Steps…
-
Hi,
After updating magento from 1.9.2.4 to 1.9.3.2 my order emails are not sending.
Is there a fix for this issue?
-
When I manually run the cron job using `n98-magerun.phar sys:cron:run` I see this error:
```
Run Aligent_Feeds_Model_Cron::exportFeeds sendmail: Cannot open mail:25
[Zend_Mail_Transport_Exception]…
-
It'd be great to use `Symfony\Component\Console\Helper\ProgressBar` to report `put` and `get` progress in the console.
-
This is counter-intuitive if you want to write to stdout.
For example the following command does not work:
```
$ n98-magerun.phar hs:ccd:export --include shipping/origin -fphp://stdout
```
because …
tkn98 updated
9 years ago
-
Hello, when trying to load a JSON file we just dumped it does not add the blocks to our Magento site.
It does not produce an error, below is a dump of Magerun with triple verbose level.
It worked …