pestle icon indicating copy to clipboard operation
pestle copied to clipboard

A collection of command line scripts for Magento 2 code generation, and a PHP module system for organizing command line scripts.

Results 100 pestle issues
Sort by recently updated
recently updated
newest added

New Feature Request - M2 empty JS module generating

magento2:generate:module - generates an empty module without module's composer.json.

Generates layout like ... when from m2.2 should be between them, like this ...

Using a hard coded `/tmp/pestle_cache` create a problem for multi-user systems. One user will own the cache files, and pestle won't be able to run for other users. Find a...

Hello, I think the latest merged PR are not released right? When I get the phar with ``` curl -LO http://pestle.pulsestorm.net/pestle.phar ``` I don't have their changes, is it done...

Hey @VincentMarmiesse -- apologies for not catching this before I merged one of your PRs, but it looks like changing the database id column name had some unintended consequences. Specifically,...

Fatal error: Call to undefined function Pulsestorm\Pestle\Runner\main() in /var/www/html/prosehat/pestle.phar on line 7 i'm very new with .phar file. step I have done : 1. curl -LO http://pestle.pulsestorm.net/pestle.phar 2. php pestle.phar...

The `magento2:generate:schema-upgrade` command generates both Schema and Data upgrades -- should we change the name to be more reflective of the command's functions?

## Preconditions 1. Magento 2.2.0 EE 2. Pestle 1.4.2 ## Steps to reproduce 1. Use Pestle to create an upgrade script containing something similar to the following structure: $eavSetup =...

> If I may suggest one more feature to add I would really like to see in CRUD a generation of interface preferences that is for instance: From https://github.com/astorm/pestle/issues/304