ruchlewicz/magento2-console-command
Composer 安装命令:
composer require ruchlewicz/magento2-console-command
包简介
Magento 2 sample console command for getting product info
README 文档
README
Magento2 sample console command for getting product info
Installation
via composer
Run the following command in Magento 2 root folder:
composer require ruchlewicz/magento2-console-command
php bin/magento setup:upgrade
manual
Download the repository and put the code into
app/code/Ruchlewicz/ConsoleCommand
Usage
Open console and run following command
php bin/magento ruchlewicz:product-info <product-id> -a <attribute-code>
- product-id - id of the product you want to check
- attribute-code(optional) - attribute code that you want to check, if not provided then all attributes will be displayed
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2018-08-23