yireo/shopware6-additional-customer-commands

Various commands to manage customer records

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Type:shopware-platform-plugin

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

This package is auto-updated.

Last update: 2024-04-30 00:46:21 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.