apparatus / fuge

The microservice shell
http://fuge.io
MIT License
431 stars 49 forks source link

Apply commands in parallel #154

Open codazzo opened 7 years ago

codazzo commented 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.

davidmarkclements commented 7 years ago

perhaps papply or apply -p cc @pelger

pelger commented 7 years ago

Yup will take a look at this