Categories


Archives


Recent Posts


Categories


Pestle 1.1.1 Released

astorm

Frustrated by Magento? Then you’ll love Commerce Bug, the must have debugging extension for anyone using Magento. Whether you’re just starting out or you’re a seasoned pro, Commerce Bug will save you and your team hours everyday. Grab a copy and start working with Magento instead of against it.

Updated for Magento 2! No Frills Magento Layout is the only Magento front end book you'll ever need. Get your copy today!

Hot on the heels of pestle 1.1, I’ve just released the inevitable pestle 1.1.1. Pestle users should be able to

pestle selfupdate

and be good to go.

Things in this release include

The magento2:generate:full_module command it probably the most interesting for folks new to pestle. If you give this command a package name, module name, and model name, it generates the individual pestle commands needed to create the module

$ pestle.phar magento2:generate:full_module

This command output is a working bash script, which means you’re less than 15 seconds away from a working Magento 2 module with working admin forms.

$ pestle.phar magento2:generate:full_module > create-my-module.sh
$ chmod +x ./create-my-module.sh
$ ./create-my-module.sh    

Too much reading? Here’s a screencast to show you how it works

If there’s something about pestle you don’t like, or you’d like to help out, head on over to GitHub and checkout the weekly-ish sprints. We’ll be trying to knock out between three to five issues a week to sand off the rough edges on pestle’s model generation, and bring pestle into line w/r/t being a well behaved CLI program.

Series NavigationPestle 1.1.2 Released >>

Copyright © Alana Storm 1975 – 2023 All Rights Reserved

Originally Posted: 21st February 2017

email hidden; JavaScript is required