wp-cli / handbook

📖 Complete documentation for WP-CLI
https://make.wordpress.org/cli/handbook/
MIT License
188 stars 328 forks source link

Example to delete in batches of 100 #407

Closed mircobabini closed 2 years ago

mircobabini commented 2 years ago

Hey, I faced many times the error argument list too long: wp when deleting users on my sites.

This shows how to delete users in batches of 100.

mircobabini commented 2 years ago

Well, we can also show an higher number btw.

I tried with 35.000 users: error. Then tried with 10.000 users: it works.

Maybe 10.000 is a better example. Easier to understand it's for higher numbers.