You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the signatures are closely coupled to WP-CLi commands. There could perhaps be a decorator instead that adapts a migration object to a CLI command.
Use Case
Changing post meta in bulk, updating post terms in bulk, etc.
The text was updated successfully, but these errors were encountered:
Description
We have used an interface like this on a few projects to moderate success:
However, the signatures are closely coupled to WP-CLi commands. There could perhaps be a decorator instead that adapts a migration object to a CLI command.
Use Case
Changing post meta in bulk, updating post terms in bulk, etc.
The text was updated successfully, but these errors were encountered: