Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 655 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 655 Bytes

CLI-Create-Customer-Magento-2

Magento 2 Module for create customer via CLI command, using csv file.

CodeFactor

Requirements

Magento 2.4.5

How to Install

  • composer require lsbr/clicreate
  • ./bin/magento module:enable LsBr_CliCreate && ./bin/magento setup:upgrade && ./bin/magento setup:di:compile

How to Use

  • Ex: ./bin/magento customer:import profile-name source

Future feature

  • Implementation option JSON file.