wordpress-playground icon indicating copy to clipboard operation
wordpress-playground copied to clipboard

Some of the WP-CLI commands don't work

Open fluiddot opened this issue 1 year ago • 3 comments

Similar to https://github.com/WordPress/wordpress-playground/issues/1097, I noticed some WP-CLI commands don't work when using https://playground.wordpress.net/demos/wp-cli.html. All results in the execution being frozen and no result is returned after invoking the command. Here's a preliminary list of commands that fail:

  • wp cron test
  • wp db create
  • wp db check
  • wp db cli
  • wp db query
  • wp package install
  • wp server
  • wp shell

fluiddot avatar Jul 17 '24 09:07 fluiddot