sfleet
sfleet copied to clipboard
Simple utility to manage multiple ssh
sfleet
Simple utility to manage multiple ssh
Install
go install github.com/j3ssie/sfleet@latest
Usage
# simple usage
sfleet exec -t '1.2.3.4' --cmd 'ls -la /'
echo '1.2.3.4' | sfleet exec --cmd 'ls -la /'
# add worker to the config at ~/.sfleet/config
cat list-of-ips | sfleet worker add
# run command on all the existing worker
sfleet exec --cmd 'ls -la /'