A Magento entity-attribute-value (EAV) exercise module: retrieve the customer DOB via CLI
> bin/magento sql:raw:query --email '[email protected]'
Array
(
[0] => Array
(
[dob] => 1973-12-15
)
)
> bin/magento customer:repository:query --email '[email protected]'
DoB = 1973-12-15