dominicwatts / clicreatecustomer
Magento 2 Create customer via CLI with supplied parameters
Installs: 160
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 1
Type:magento2-module
Requires
- php: >=7.1.0
- magento/framework: *
This package is auto-updated.
Last update: 2024-11-04 23:32:28 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