yext / edward

A tool for managing local microservice instances
http://engblog.yext.com/edward/
MIT License
171 stars 32 forks source link

Allow piped commands when "stop"ing a server #179

Open mkilpatrick opened 5 years ago

mkilpatrick commented 5 years ago

The current ParseCommand assumes that only one command and single list of arguments will exist. This means that piped commands will not work. This adds support for allowing piped commands for any "stop" command.

Note that this does not change the build and launch commands.