yireo/shopware6-additional-customer-commands

管理客户记录的各种命令

安装: 1

依赖项: 0

建议者: 0

安全性: 0

星星: 1

关注者: 1

分支: 0

类型:shopware-platform-plugin

dev-master 2024-01-31 08:03 UTC

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,让我们开始吧。