trying to use the WP CLI for search-replace but it is not working, I get this message below.
Error: This does not seem to be a WordPress installation.
Pass --path=`path/to/wordpress` or run `wp core download`
I am running this command at the root of the WP site
thoughts?
Latest version of WP CLI specifically looks for
wp-includes/version.phpin theABSPATHdirectory: check thatABSPATHconstant is properly defined, and thatwp-includes/version.phpfile exists inside of directory defined inABSPATHconstant.Source: https://github.com/wp-cli/wp-cli/blob/main/php/WP_CLI/Runner.php#L960