-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Description
This is a new feature request.
I can also contribute this myself if you'd like.
A WP CLI utility should be provided to allow for batch CRUD. If users have tens of thousands of posts they want to push, the current wp-admin methods will not be sufficient.
example to delete all posts from the API
wp poet delete $(wp post list --post_type=post --format=ids)
it should include the appropriate dry-run and logging features.
Reactions are currently unavailable