Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI for batch updates #27

Open
markparolisi opened this issue Apr 23, 2018 · 5 comments
Open

CLI for batch updates #27

markparolisi opened this issue Apr 23, 2018 · 5 comments
Assignees
Labels

Comments

@markparolisi
Copy link
Contributor

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.

@lautarodragan
Copy link
Member

A Timestamp-All feature right in the UI is planned already in #8, but if you'd still like to work on adding a cli version, I think that would be ok.

@markparolisi
Copy link
Contributor Author

I suppose I'm not 100% on the desired audience here. If it is small individual bloggers, then the current setup will suffice. If you wish to have this used in large newsrooms where 15-30 writers are publishing 100-200 articles a day, then a CLI is necessary as well as some rework of the current wp-admin setup.

@geoffturk
Copy link
Contributor

If you wish to have this used in large newsrooms where 15-30 writers are publishing 100-200 articles a day, then a CLI is necessary as well as some rework of the current wp-admin setup.

Closing since that user group is probably using a bespoke CMS, not WordPress.

@markparolisi
Copy link
Contributor Author

I've run tech teams for the newsrooms of ABC, Bloomberg, CBS, TIME, Fortune, People, etc. They all run WordPress. There's no need to include this feature in the main application, but the need is there for it to exist.

@geoffturk
Copy link
Contributor

@markparolisi Thanks a lot for your feedback. That's helpful to know. We'll keep it mind for the future and rekindle this GH issue when we want to explore it further. Thanks again.

@geoffturk geoffturk reopened this Nov 16, 2018
@geoffturk geoffturk added this to the WP v1.0.3 milestone Nov 21, 2018
@geoffturk geoffturk modified the milestones: WP v1.0.3, PML1 Nov 27, 2018
@geoffturk geoffturk added ct-z and removed ct-z labels Nov 29, 2018
@geoffturk geoffturk modified the milestones: PML1, PML2 Dec 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants