node-wp-cli
node-wp-cli copied to clipboard
wp plugin remove does not work via node
the node command
wp("plugin delete hello");
has no effect.
The terminal wp plugin remove hello
yes.
How to fix?
Just throwing in my 2c - could it be "plugin delete" vs "plugin remove"?