dominicwatts/clicreatecustomer

Magento 2 Create customer via CLI with supplied parameters

Installs: 157

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 0

Open Issues: 1

Type:magento2-module

1.0.3 2021-12-04 17:11 UTC

This package is auto-updated.

Last update: 2024-04-04 22:14:58 UTC


README

Create customer via CLI with supplied parameters

Install instructions

composer require dominicwatts/clicreatecustomer

php bin/magento setup:upgrade

Usage instruction

xigen:clicreatecustomer:create
    [-f|--customer-firstname CUSTOMER-FIRSTNAME]
    [-l|--customer-lastname CUSTOMER-LASTNAME]
    [-e|--customer-email CUSTOMER-EMAIL]
    [-p|--customer-password CUSTOMER-PASSWORD]
    [-w|--website WEBSITE]
    [-s|--send-email [SEND-EMAIL]]

php bin/magento xigen:clicreatecustomer:create -f "Dave" -l "Smith" -e "dave@example.com" -p "test123" -w 1

php bin/magento xigen:clicreatecustomer:create -f "Dave" -l "Smith" -e "dave@example.com" -p "test123" -w 1 -s 1