I’m stuck trying to do the remote SSH with WP-CLI. I have installed WP-CLI on my Webfaction server and tested it’s working # This is in server $ wp...
I want to export a CSV file with a list of my WordPress site users with WP-CLI. I can do this but I’m getting my users first and lastname...
I’ve written a command for wp-cli called wp nurse. It is styled after the wp doctor command, except is meant to run the WordPress Site Health checks. Using the...
I came across WP-CLI via the tutorial at http://centminmod.com/nginx_configure_wordpress_ffpc_plugin.html and was wondering does WP-CLI work on WordPress instances which were NOT initially installed with WP-CLI but installed via normal...
i am trying to create an automated process of installing a wordpress site from scrach (no db, no user, no files, no settings) to the point were the site...
I understand the difference between deactivation and uninstallation. But the CLI also has a delete option. How does it differ? To be safe, should I deactivate, then uninstall, then...
It is said in the documentation that we can set the –image_size parameter to regenerate all images for only this size. However, I am getting this for this command:...
Is there a WP-CLI command to disable comment windows for all existing posts (pages/blogposts)? I ask this since when I change a theme for a site I have, all...
I would like to know how to bulk delete posts from a specific category using the WP-CLI, any tip? 2 Answers 2 This should delete all posts in your...
I’m looking for some extra information about an mu site (--url) when attempting to export from a remote server to my local testing environment. One requirement for migration is...