Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

vijayrami/Magelearn_CustomerCreateCommand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magelearn_CustomerCreateCommand

Magento 2 Module which creates customer via command line interface with supplied parameters.

Features

Create customers from command line terminal. It also provides below options:

1. To send email to customer after successful registeration.

2. Add option to Add customer into Newsletter subscriber list.

Configurations

 * magelearn:customer: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]]
 *   [-ns|--newsletter-subscribe [NEWSLETTER-SUBSCRIBE]]
 *
php bin/magento magelearn:customer:create -f "Vijay" -l "Rami" -e "vijaymrami@gmail.com" -p "test123" -w 1
php bin/magento magelearn:customer:create -f "Vijay" -l "Rami" -e "vijaymrami@gmail.com" -p "test123" -w 1 -s 1 --newsletter-subscribe 1

Screenshots

cli-help

cli-run

About

Magento 2 Module which creates customer via command line interface with supplied parameters.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.