0.0.19 • Published 11 years ago
edy v0.0.19
edy = (e)asy-(d)eplo(y)
source example
git
edy https://host.com/test/test.git /home/dir/project
svn
edy https://id:password@svn.com/project/trunk /home/dir/project
ftp
edy ftp://id:password@host.com/project /home/dir/project
rsync
edy rsync://id:password@host.com/project /home/dir/project
scp
edy scp://id:password@host.com/project /home/dir/project
target example
ftp sync (if file is not exists, delete a file in target)
edy /home/dir/files/ ftp://id:password@host.com/root/sub/
rsync
edy /home/dir/files/ rsync://host.com/root/sub/
scp
edy /home/dir/files/ scp://host.com/root/sub/
remote command
edy -c "cd test; ./start.sh" ssh://id:password@host.com/root/sub
load task file
edy run task.edy