Is your enhancement related to a problem? Please describe.
The current WP CLI based bulk migration feature can also be used to assist with Block migrations. When you implement Block migrations you need to reopen and save the Post for the migration to persist to the database.
We could implement a custom flag like --always-save to ensure that even posts that do not have CE content are resaved by the plugin during bulk migration.
Designs
NA
Describe alternatives you've considered
NA
Code of Conduct
Is your enhancement related to a problem? Please describe.
The current WP CLI based bulk migration feature can also be used to assist with Block migrations. When you implement Block migrations you need to reopen and save the Post for the migration to persist to the database.
We could implement a custom flag like
--always-saveto ensure that even posts that do not have CE content are resaved by the plugin during bulk migration.Designs
NA
Describe alternatives you've considered
NA
Code of Conduct