welaika / wordmove

Multi-stage command line deploy/mirroring and task runner for Wordpress
https://wptools.it/wordmove
MIT License
1.87k stars 165 forks source link

Nothing happend when wordmove pull or push #127

Closed Antoinebr closed 9 years ago

Antoinebr commented 9 years ago

Hi i'm trying to use the script but for now that's a total failure.

Im on on MacBook Pro late 2012 10.9.5 and i use MAMP 3.05

I create a Movefile with wordmove init

This is my Movefile (i replaced all sensitive datas) This seems valid on Yam validator

local: vhost: "http://localhost:8888/ltts/wordpress/" wordpress_path: "/Users/Antoine/Google - Drive/localhost/ltts/wordpress" # use an absolute path here

database: name: "ltts-wordpress" user: "root" password: "root" host: "localhost"

staging: vhost: "http://antoine-host.com/preprod/ltts/" wordpress_path: "/home/antoine/www/preprod/ltts" # use an absolute path here

database: name: "ltts-wordpress" user: "root" password: "dnsddsds" host: "localhost"

port: "3308" # Use just in case you have exotic server config

exclude:

but when i do wordmove push

Nothing happen only : nothing

Please help :) I really want to use that tools

mariojankovic commented 9 years ago

I think you will want to use wordmove push --all.

alessandro-fazzi commented 9 years ago

@Antoinebr any news from your side?

delphaber commented 9 years ago

Should we consider to warn user when he/she runs wordmove push or pull withouth any options?

alessandro-fazzi commented 9 years ago

@Antoinebr @mariojankovic now we warn users when no true actions are passed as flag to wordmove.

Closing. Cheers :)

wabisabit commented 8 years ago

I didn't get a warning when using it without flags.

alessandro-fazzi commented 8 years ago

@romanrandom I think you're using 1.3.1. The fix will be in the next major release and is in current pre-release version.

wabisabit commented 8 years ago

OK, I thought you were talking about the released version.