Open fluiddot opened 4 months ago
This could be related: https://github.com/wp-cli/.github/issues/94
This could be related: wp-cli/.github#94
Yep, most likely, at least for the database commands. Thanks Daniel for linking the issue 🙇 .
I'm marking this one as blocked for now because there doesn't seem to be much we can do until WP-CLI starts fully supporting SQLite.
Fyi @janjakes, this might be a good testing ground for the new SQL parser
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