dominicwatts / clicreatecustomer
Magento 2 Create customer via CLI with supplied parameters
Package info
github.com/DominicWatts/CliCreateCustomer
Type:magento2-module
pkg:composer/dominicwatts/clicreatecustomer
1.0.3
2021-12-04 17:11 UTC
Requires
- php: >=7.1.0
- magento/framework: *
This package is auto-updated.
Last update: 2026-03-05 02:23:51 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