Can not run wp plugin uninstall from Perl module
-
I am extending the cPanel UAPI with a Perl module. I have successfully added several methods that run different WP-CLI commands. Some I don’t need to capture the output like
wp plugin activate
, and some that I do, likewp plugin list
have the--format=json
arg. However when I run wp plugin uninstall, the child exits and sends “Deactivating plugins…” to stdout, the rest of the action does not perform. This does deactivate the plugin(s), just does not uninstall or delete. Using the the--quiet
does not help. Is the part of the intended behavior of this command? Can any one offer suggestions on how to work around this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can not run wp plugin uninstall from Perl module’ is closed to new replies.