I've installed WP-CLI but it says "This does not seem to be a wordpress installation".
The wp
keyword works.
So I set path: wp --path '/home/somefolder/okay/websitefolder'
But then it says "No Wordpress installation found". It also says '/home/somefolder/okay/websitefolder' is not a registered wp command
.
I also tried setting the path without citation.
I read that there should be a version.php
file inside wp-includes
, and there is such a file.
I wanted to check what path is currently set, but didn't find any info on how to get global parameter values.