Saul Baizman
Saul Baizman
I can report an identical issue on my system (macOS 12.6 with WP CLI 2.7.1). Here's an example alias definition: ``` @cap-local: path: ~/www/cap.local ``` When I retrieve the definition...
Hey there, I've recently been trying to make some small contributions to the WP CLI project and stumbled upon this older issue. I've created [a rough work-in-progress](https://github.com/baizmandesign/extension-command/tree/feature/plugin-update-verbosity-261) and before going...
Hi @danielbachhuber. The short answer regarding why it was necessary to override the `run()` method is that I didn't see a more "surgical" (narrowly targeted) approach. Hence my question: is...
Hi @danielbachhuber, I'm sorry I missed WP CLI Hack Day yesterday! But I haven't forgotten about this issue or [the other one](https://github.com/wp-cli/extension-command/pull/399) I messaged you about a few weeks ago....
> Can you share all of the data that's in the array? Here is the contents of the `$plugin_info` array for a plugin being updated: ``` array(15) { ["Name"]=> string(21)...
Hi, @danielbachhuber. Any update on this issue? Did we still want to move forward implementing this idea? Thanks.
@BrianHenryIE Thanks for your comment. My original question was related to the proper place to store strings, but it seems you're saying the `install` command should function similarly to the...
Hi there, Per @danielbachhuber's suggestion, below are conceptual questions mentioned in #5695 (a closed pull request): + Will tildes be supported in WP CLI paths both in config file references...
@danielbachhuber Thanks for your reply! After reading the code at the link you provided, it appears to call `wp_update_plugins()` or `wp_update_themes()`. Both of these functions live in `wp-includes/update.php` of WordPress....
@danielbachhuber I like the idea of adding a `--force-check` flag to the `plugin list` and `theme list` commands. (Part of me thinks this should be the default behavior and not...