customer:create
Create a new customer/user for shop frontend.
n98-magerun2.phar customer:create [email] [password] [firstname] [lastname] [website] [--format[="..."]] [additionalFields...]
Example:
n98-magerun2.phar customer:create foo@example.com password123 John Doe base
You can add any number of custom fields, example:
n98-magerun2.phar customer:create foo@example.com passworD123 John Doe base taxvat DE12345678 prefix Mrs.
Options:
| Option | Description |
|---|---|
--format[=FORMAT] | Output Format. One of [csv,tsv,json,json_array,jsonl,yaml,markdown,xml]. Aliases: yml,md,ndjson |
note
This command was introduced with version 1.2.0.