wp-papi / papi

:rocket: WordPress Page Type API with custom fields
https://wp-papi.github.io
MIT License
263 stars 32 forks source link

CLI command to renamepost meta key for page type #208

Closed rasmusbe closed 7 years ago

rasmusbe commented 7 years ago

It would be nice to have a way to rename a meta key when it changed in a page type.

Something like: wp papi post rename <page_type> <old_key> <new_key> and wp papi term rename <page_type> <old_key> <new_key>