yext / edward

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

Feature Request: Some form of default path to be used when path field is omittted #176

Open NorbertChuYext opened 5 years ago

NorbertChuYext commented 5 years ago

Our current use case has 99.5% of all services setting the same "path" over and over again. It would be convenient if this was not necessary to set explicitly every time and instead pull some default defined once.

This might be configurable in some master config file (or perhaps just a special configuration thing in edward.json itself). Or whatever approach seems easier to implement.