-
Notifications
You must be signed in to change notification settings - Fork 264
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
Labels
[Type] Enhancement
New feature or request
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 |
38 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: