yireo / shopware6-additional-customer-commands
管理客户记录的各种命令
dev-master
2024-01-31 08:03 UTC
Requires
- shopware/core: ~6.4
This package is auto-updated.
Last update: 2024-08-30 01:29:12 UTC
README
Shopware 插件,用于从 CLI 管理客户记录
安装
composer require yireo/shopware6-additional-customer-commands bin/console plugin:refresh bin/console plugin:install YireoAdditionalCustomerCommands bin/console cache:clear
用法
列出所有客户
bin/console customer:list
创建新的客户(及其地址)
bin/console customer:create --first_name John --last_name Doe --company Shopware --email john@shopware.com --password P@ssw0rd123 --street "Ebbinghoff 10" --city Schöppingen --country DE
有什么遗漏吗?
添加你的 Pull Request,让我们开始吧。