xwp / wp-cli-ssh

[OBSOLETE] Seamlessly run WP-CLI commands on a remote server via SSH
158 stars 14 forks source link

Add special default support for Vagrant #3

Open westonruter opened 10 years ago

westonruter commented 10 years ago

If a ssh vagrant config is not defined, but the user specified --host=vagrant, then (like vassh) we should look for the Vagrantfile and automatically calculate the path based on the synced_folders

Also, supply the vagrant cmd in the sample wp-cli.yml

westonruter commented 10 years ago

Once this is addressed (and #10), I think this should be proposed for bundling with VVV.