wckr / wocker

Create your WordPress development environment in 3 SECONDS!
https://wocker.dev/
MIT License
480 stars 42 forks source link

wp-cli Issue #58

Closed pedroapfilho closed 7 years ago

pedroapfilho commented 7 years ago

screenshot from 2017-01-23 16-38-11

ixkaito commented 7 years ago

Hi, @pedrovp123 when does this warning show?

pedroapfilho commented 7 years ago

When i open the my Atom with the WordPress Suite: https://atom.io/packages/wordpress-suite

ixkaito commented 7 years ago

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

pedroapfilho commented 7 years ago

Alright, thanks!