dev-master
9999999-dev https://github.com/degdigital/magerun-commandsAddon commands for N98 MageRun
The Requires
- php >=5.3.0
The Development Requires
by Jason Evans
magerun
Wallogit.com
2017 © Pedro Peláez
Addon commands for N98 MageRun
Some additional commands for the excellent N98-MageRun Magento command-line tool., (*1)
The purpose of this project is just to have an easy way to deploy new, custom commands that we need for Magento development and automated testing., (*2)
There are a few options., (*3)
Here's the easiest:, (*4)
Create ~/.n98-magerun/modules/ if it doesn't already exist., (*5)
mkdir -p ~/.n98-magerun/modules/
Clone the magerun-commands repository in there, (*6)
cd ~/.n98-magerun/modules/ git clone git@github.com:degdigital/magerun-commands.git
This command will export a specific list of table(s)., (*7)
$ n98-magerun db:export --tables="catalog_product_entity" --where-limit=100
It's intended to be used to export a partial dataset(catalog, customers, orders) for automated testing., (*8)
Addon commands for N98 MageRun
magerun