Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 680 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 680 Bytes

Shopware 6 additional customer commands

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 [email protected] --password P@ssw0rd123 --street "Ebbinghoff 10" --city Schöppingen --country DE

Something missing?

Add your Pull Request and let's get started.