apcs / console-customer
This module was created for easy creation of customers
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.4
- apcs/base-logger: >=1.0
- magento/framework: >=100.1.0
README
This module was created for easy creation of customers.
Installation
How to install
composer require apcs/console-customer
Documentation
To create a customer, you can use the following command
php bin/magento apcs:create:customer --firstname=John --lastname=Doe --email=john@doe.com --password=adMin235
To show all customer data, you can use the following flag
--all-data=true