-
After installing and setting up your extension in Magento 2, we started to encounter significant issues with Cron Job reliability:
![image](https://github.com/user-attachments/assets/784675c8-86ef-…
-
It would be useful to have the option to use the n98 bin in the vendor directory instead of a globally installed one.
I normally use vendor/bin/n98-magerun passing the option --root-dir.
I could…
-
I would like to create a Magerun plugin (for Magento, https://github.com/netz98/n98-magerun) with the following features:
- Magerun binary (usually `magerun` or `n98-magerun`, or `n98-magerun.phar` lo…
-
How can I fix that?
==> default: /vagrant/puphpet/files/startup-always/10-envconfig.sh: line 8: n98-magerun: command not found
==> default: /vagrant/puphpet/files/startup-always/90-magento-cache.sh: …
-
This might be useful as an addition to everyone's favorite command line utility n98-magerun.
Something like:
``` bash
n98-magerun.phar dev:translate:untranslated_log [on/off] [log_location/db_log]
`…
-
We built magedbm on top of Magerun for speed of development. To reduce dependencies we could re-implement the small portion of magerun that we use:
- Find magento application root
- Reading app/etc/l…
-
I'm getting this error when trying to run the dependency check:
```
magerun -vvv mpmd:dependencycheck -m app/code/local/SDM/*/
Load dist config
Search for Magento in folder /Users/steverobbins/html/…
-
When running:
n98-magerun.phar nexway:config:save all test
PHP Fatal error: Class 'Varien_Object' not found in /home/user/.n98-magerun/modules/magerun-addons/src/Nexway/SetupManager/Util/Processor/A…
-
http://alanstorm.com/developing_commands_for_n98-magerun
https://github.com/netz98/n98-magerun/blob/master/src/N98/Magento/Command/Customer/CreateDummyCommand.php
http://blog.muench-worms.de/n98-mag…
aepod updated
10 years ago
-
`n98-magerun.phar order:assign 100000111 15`
https://github.com/kalenjordan/magerun-addons/blob/master/src/KJ/Magento/Command/Order/AssignCommand.php#L87
On my machine it always steps into the dry-r…