Download the PHP package stefandoorn/magento2-console-productlist without Composer
On this page you can find all versions of the php package stefandoorn/magento2-console-productlist. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stefandoorn/magento2-console-productlist
More information about stefandoorn/magento2-console-productlist
Files in stefandoorn/magento2-console-productlist
Download stefandoorn/magento2-console-productlist
More information about stefandoorn/magento2-console-productlist
Files in stefandoorn/magento2-console-productlist
Vendor stefandoorn
Package magento2-console-productlist
Short Description Magento 2 Console Product List
License OSL-3.0 AFL-3.0
Package magento2-console-productlist
Short Description Magento 2 Console Product List
License OSL-3.0 AFL-3.0
Please rate this library. Is it a good library?
Informations about the package magento2-console-productlist
magento2-console-productlist
Easy console module to show a product list on the console (with some filters available).
Background
Module developed while researching capabilities of Magento 2, mainly as a test. Decided to push it to Github, can be used as an example module.
Installation
Require through Composer:
`
Then enable the module:
`
And perform the install command:
`
Commands
The commands below are available. Feel free to submit PRs to add additional features.
products:types
Shows product types available
products:list [--active] [--count]
Shows all products
- Include --active to only get active products
- Include
to get only products of certain type (optional) - Include --count to only get a count, instead of a list
- Example: php bin/magento products:list simple --active --count
All versions of magento2-console-productlist with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.5.0|~5.6.0|~7.0.0
magento/framework Version 100.0.*
magento/module-catalog Version ~100.0
magento/framework Version 100.0.*
magento/module-catalog Version ~100.0
The package stefandoorn/magento2-console-productlist contains the following files
Loading the files please wait ....