Skip to content

yireo-shopware6/YireoAdditionalCustomerCommands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages