IT Nursery
I set up WP-CLI on a new server this past Monday, which worked as expected and scripts I’ve made worked following with no issue. Yesterday, running the same script...
  • May 29, 2022
  • 0 Comments
IT Nursery
I’ve installed php5-cli using bash, but WordPress is using XAMPP’s PHP 7 install. I’ve added /mnt/c/xampp/php to the PATH, and I’ve explicitly used export WP_CLI_PHP='/mnt/c/xampp/php' in .bashrc. But when...
  • May 28, 2022
  • 0 Comments
IT Nursery
I have a WordPress Multisite (behind a firewall). I use WP-CLI for lots of things. But for some reason wp post list does not work. wp post get works....
  • May 28, 2022
  • 0 Comments