-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some of the WP-CLI commands don't work #1618
Comments
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 |
I'm coming back to this issue now and finding that the commands Carlos listed to begin with still don't work. It's less clear to me why
|
It seems like the kind of error you would see when the networking is disabled. Is networking enabled in your Blueprint? |
Similar to #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
The text was updated successfully, but these errors were encountered: