yireo / shopware6-additional-customer-commands
Various commands to manage customer records
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Type:shopware-platform-plugin
Requires
- shopware/core: ~6.4
This package is auto-updated.
Last update: 2024-10-30 01:59:29 UTC
README
Shopware plugin to manage customer records from the CLI
Installation
composer require yireo/shopware6-additional-customer-commands bin/console plugin:refresh bin/console plugin:install YireoAdditionalCustomerCommands bin/console cache:clear
Usage
List all customers
bin/console customer:list
Create a new customer (and its address):
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
Something missing?
Add your Pull Request and let's get started.