apcs / console-customer
This module was created for easy creation of customers
Package info
github.com/VolodymyrLobachov/magento2-apcs-console-customer
Type:magento2-module
pkg:composer/apcs/console-customer
2.1
2023-11-21 20:13 UTC
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