yext / edward

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

Docker and Go generators are not effectively prioritized #171

Closed theothertomelliott closed 5 years ago

theothertomelliott commented 5 years ago

When running edward generate against a Go package with a Dockerfile inside it, there will be an error for duplicate project names.

If one of these generators gets a match, the other should not be fired.

theothertomelliott commented 5 years ago

Addressed in: https://github.com/yext/edward/commit/cc2f67634987d3766539c0b74454e28c7f1fbbab

This will error out explicitly if multiple generators matched and instruct the user to specify a generator type when re-running.