lsbr / clicreate
Magento 2 Module for create customer via CLI command, using csv file.
Package info
github.com/LeonardoSilva-10/CLI-Create-Customer-Magento-2
Type:magento2-module
pkg:composer/lsbr/clicreate
dev-main
2025-03-29 05:35 UTC
Requires
- php: 8.*
This package is auto-updated.
Last update: 2026-03-01 00:40:09 UTC
README
Magento 2 Module for create customer via CLI command, using csv file.
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.