wp media regenerate --yes
# only the images attached to one post type, keeping the old files
wp media regenerate $(wp post list --post_type=product --field=ID) --yes --skip-delete
wp media regenerate --yes
# only the images attached to one post type, keeping the old files
wp media regenerate $(wp post list --post_type=product --field=ID) --yes --skip-delete