WP-CLI is the command-line interface for WordPress. You can update plugins, configure multisite installations, and much more without using a web browser.

Access to WP-CLI

  1. Enter into devkinsta_fpm container:
    docker exec -u www-data -it devkinsta_fpm bash
  2. Go to your site folder:
    cd /www/kinsta/public/siteName
  3. Run WP-CLI command:
    wp search-replace remote-domain.com my-local-site.local