fabric

Python library and CLI tool for streamlined SSH and remote task execution

brewmacoslinux
Try with needOr install directly
Source

About

Library and command-line tool for SSH

Commands

fab

Examples

Run a task on a remote host$ fab -H user@example.com task_name
Execute multiple tasks sequentially$ fab -H user@example.com task1 task2 task3
Run task on multiple hosts in parallel$ fab -H host1,host2,host3 deploy