WP CLI commands, initially for post meta
In all commands, appending --dry_run=true
will perform a dry run.
wp cata update_post_meta_key old_key new_key
Updates all instances of the old key to the new key.
wp cata delete_post_meta key
Deletes all instance of the key.