How to Manage WordPress From the Command Line with WP-CLI – Nelio Software
Published in WordPress. Earlier this month I shared a post on how to install, configure, and use Docker in local WordPress development. The main advantage of Docker was its containers: each WordPress installation was encapsulated and isolated from the others. These containers were started by using a configuration file and a simple command: docker-compose up -d.
Handbook
Here are some helpful guides and resources for using WP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/ . Can't find what you're looking for? Open an issue to request improvements.
Important Commands:
- wp core update
- wp plugin list