Open codazzo opened 7 years ago
It could be useful to have a way to apply a command in parallel for each service instead of having it run the command in sequence. This could be useful in multi-core systems when doing things like npm install, npm test, etc.
apply
npm install
npm test
perhaps papply or apply -p cc @pelger
papply
apply -p
Yup will take a look at this
It could be useful to have a way to
apply
a command in parallel for each service instead of having it run the command in sequence. This could be useful in multi-core systems when doing things likenpm install
,npm test
, etc.