Add a way of defining custom local and remote paths pairs that work with the push / pull subcommands.
Every push & pull would check for the existence of a local / remote paths pair before execution and would trigger an error if they don't exist.
This has the added benefit of flexibility since it would allow users to define an arbitrary number of locations to push to / pull from. On the other hand, it would have the disadvantage that users should add uploads / themes / plugins local paths constants in their configuration.
Add a way of defining custom local and remote paths pairs that work with the push / pull subcommands.
Every push & pull would check for the existence of a local / remote paths pair before execution and would trigger an error if they don't exist.
This has the added benefit of flexibility since it would allow users to define an arbitrary number of locations to push to / pull from. On the other hand, it would have the disadvantage that users should add uploads / themes / plugins local paths constants in their configuration.
Example
Should rsync the
/local/path/to/location/
to/remote/path/to/location
.