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.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…)

New release 1.85.0 is ready for download

We wish you all a successful and productive year 2014. The current release adds new awesome features to n98-magerun.

What’s new?

Running Setup Resource Scripts Incrementally

This a great new feature by Alan Storm. If you are creating setup scripts as developer you must be sure that all your scripts
are executed in correct order.
The new commands brings you incremental execution of all setup script. This features is also a very handy if you update
a shop to a new Magento version. Now you can see what’s up on your database during a setup script run.
Please note that this feature is still experimental. Please let us know if you discover any problem.
(more…)

Released version 1.84.0 with many new cache related features

Hello n98-magerun users!

We are proud to release the last major release of our tool to the end of the year.

Here are some statistics of a productive year:

This statistic shows us, that we are on the right way to establish n98-magerun as industry standard.

Kudos to all developers for the time, experience, energy, suggestions, improvements and code you spent.#

Now to the new features of the 1.84.0 release…
(more…)

Released version 1.82.0

We released version 1.82.0 of n98-magerun. If you are wondering about the long time between the last release
and the new one i will give you some informations about the release cycle.
Since the last year, many people decided to use n98-magerun in backup, deployment and development processes.
To give this people a little bit more stability we decided to reduce the number of major releases.

The new claim is: Stability over Features
(more…)

Released version 1.81.0

You don’t like Mondays? I hope this gives you a good start in the new week.
We published a new n98-magerun release and packed some nice features in it.

Script Features

The script command will be more powerful.
We changed the behavior of variables initalized with “?” for example ${foo}=?.
If you define a variable from outside n98-magerun will not prompt anymore. This give you the power
to write parameterized scripts.
(more…)