Skip to content

CLI for batch updates #27

Description

@markparolisi

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions