Closed pedroapfilho closed 7 years ago
Hi, @pedrovp123 when does this warning show?
When i open the my Atom with the WordPress Suite: https://atom.io/packages/wordpress-suite
I'm not familiar with the Atom WordPress Suite. I think WordPress Suite was finding WP-CLI from your host machine (Mac or Windows). However, when you are using Wocker, WP-CLI is not installed on your host machine. It's installed on the Docker container. WordPress Suite may not be able to find it, so you got the warning. To use WP-CLI on Wocker, please vagrant ssh
then run wocker wp
commands. See: https://wckr.github.io/commands/#h3-8
Alright, thanks!