Yea, this works well:
oo -a npm-lb -e npr -p npm | parallel --tag --nonall -S - --basefile
./dev.sh ./dev.sh
I had a look at the code and it looks like there's a bit of a learning
curve to get a patch going if its beyond the trivial.
tips? its a huge perl script
On Tue, Nov 24, 2015 at 1:21 PM
When getting a list of IPs from an API, I've been using sed something like
this:
getIpsFromAPI -env myEnv | sed 's/^/thisUser@/' | parallel --tag --nonall
-S - shell command
It would be nice to have a cli option to work this way:
getIpsFromAPI -env myEnv | parallel --tag --nonall -S - --ssh-user