Add your own check to sys:check command

For two days we published the new n98-magerun version 1.90.0 with a refactored sys:check command.
The command is now modular and all checks are organized in sub-classes.
It’s now possible to add own checks to the command. The blog post shows you how easy it is.

Registration of Check Classes

If you investigate the distribution config of n98-magerun you can see a bunch of new configuration for the command.
The new config node is “checks” which contains the class names of all checks. All classes are organized in check groups.

Check Class Config
(more…)

Released n98-magerun version 1.90.0

Today we are proud to release a new stable n98-magerun version.
The new release contains some very nifty new features and enhancemnts which make
your live as Magento Developer a lot of easier.

Features

sys:check command got a modular structure

We refactored the sys:check command. All checks were moved into own sub-classes which are
registrated over dist config.
With the new system you are able to add new checks over your config. We will write an additional
blog post addressing the new big feature.

magerun_sys_check

(more…)

Released version 1.89

After the release of the new Magento CE 1.9 we updated n98-magerun to support the installation of the new version. The release 1.89 contains also some bugfixes and smaller enhancements. Changelog #320 Fixing minor grammatical error (by Chris Jones) #326 Encryption key parameter in install command (by Kristof Ringleff) #327 Read more…

Released version 1.88.0

After some weeks of testing we deployed version 1.88.0 of n98-magerun.
The new release contains three new commands and some bugfixes and (special) enhancements.

New Translation Commands

Alexander Menk created a the new dev:translate:export command.
If you have translated content in core_translate table (generated by Magento Inline Translation feature)
you can now export the content with ease.

Example:

n98-magerun.phar dev:translate:export en_US translation_en.csv

This exports the data of locale en_US to file translation_en.csv.
If you have different translations for a locale in a specific store you can add the --store option to
limit the selection.
(more…)

Released version 1.87.0

It’s the third release in 2014. The new release contains two new commands, some typo fixes and complete reworked bash completion script.

Bash Completion reworked

A often requested feature was a working bash completion script.
Thanks to Allard Hoeve from Byte Internet who created a new whole new bash completion
script.
The new script can be found here: https://github.com/netz98/n98-magerun/blob/master/autocompletion/bash/bash_complete

  • #294, #300, #301 New bash completion script (by Allard Hoeve)

(more…)

n98-magerun Capistrano plugin

If you use n98-magerun and Capistrano you should check out the ruby gem “capistrano-magerun” created by Robert Coleman. It’s easy installable by: $> gem install capistrano-magerun For more detailed informations about the correct usage you should look on the github project page. https://github.com/rjocoleman/capistrano-magerun