I have WP CLI installed on my server. Is there a command to uninstall the package?
Here's where it's been installed on my server:
I'd rather uninstall the package vs using rm -r.
I have WP CLI installed on my server. Is there a command to uninstall the package?
Here's where it's been installed on my server:
I'd rather uninstall the package vs using rm -r.
Share Improve this question asked Oct 22, 2018 at 14:05 SamSam 2,2163 gold badges31 silver badges59 bronze badges1 Answer
Reset to default 4You can remove the wp-cli.phar
file (and also the .wp-cli
directory). I don't think there is an installation as such for you to un-install since typically you just download and move the wp-cli script to a directory such as /usr/local/bin
.