zero1/stores-cli
最新稳定版本:1.0.0
Composer 安装命令:
composer require zero1/stores-cli
包简介
无描述信息
README 文档
README
This module aims to extend the default store module to allow creation of stores from the CLI. The main reason for this is that creating a store can take a long time, and any iteruption during this process can cause issues (such as missing sequence tables), running from the CLI wil reduce this risk.
This module also supplies a "fix" command that should re-trigger the original Magento logic and create any missing sequence tables. (Thanks to @andrewhowdencom: Magento issue 12318)
As with all commands, we strongly recommend runng away from production initially to test the outcome.
Create a new store
php bin/magento store:store:create --group-id=10 --name="New Store" --code=new_store Fix a store
php bin/magento store:store:fix --store-id=9
统计信息
- 总下载量: 7.55k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2026-01-04