WP-CLI is a set of command-line tools for managing WordPress installations. You can update plugins, set up multisite installs and much more, without using a web browser.
WP-CLI is a set of command-line tools for managing WordPress installations. You can update plugins, set up multisite installs and much more, without using a web browser.
To install wp-cli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wp-cli
To see what files were installed by wp-cli, run:
port contents wp-cli
To later upgrade wp-cli, run:
sudo port selfupdate && sudo port upgrade wp-cli
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.