Let’s Have A Look On Installation Of WP-CLI In A Cloud Server Or WordPress VPS :

Step 01: With the root server login into your server.

Step 02: Using wget or cURL download the wp-cli.phar .

curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar

Step 03: Verify the Phar file is working or not and type the following command
PHP wp-cli.phar –info

Step 04: To execute WP-CLI form the command line, only require to type wp.
chmod +x wp-cli.phar

Before that make the WP-CLI file executable and move the same to the bin directory.
sudo mv wp-cli.phar /usr/local/bin/wp

Step 05: Test if WP-CLI is properly executable :

  • Change the working directory to the WordPress installation directory :
    cd /var/www/html
  • Now, run the following command to view the output :
    wp –info

Steps To Bulk Install Multiple Plugins In WordPress Using WP-CLI :

This helps you to learn bulk-installation of multiple plugins in WordPress from the command line interface with WP-CLI.

Basic Plugin Command :

wp plugin install PLUGIN_NAME

 

Wrap Up:

We have a unique expert team from which you can hire WordPress Programmer that deliver the best possible solution as per your expectation. Why wait than from the best development company Concetto Labs, Hire WordPress Developer Today…!!!