pressly / sup

Super simple deployment tool - think of it like 'make' for a network of servers
https://pressly.github.io/sup
MIT License
2.48k stars 176 forks source link

feature: download operation #161

Closed h-w-chen closed 5 years ago

h-w-chen commented 5 years ago

new feature - download files from remote to local sample Supfile

commands:
    downloadlogs:
        download:
          - src_folder: /var/log/mylog/
            src: $SUP_HOST.log
            dst: /tmp/
h-w-chen commented 5 years ago

will resubmit after minor correction