oxequa / realize

Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.
GNU General Public License v3.0
4.46k stars 229 forks source link

[QUESTION]How to setup multiple projects #257

Closed WLun001 closed 5 years ago

WLun001 commented 5 years ago

I am doing microservices, wanted to realize start to start all services. How to achieve this?

I created a .realize.yaml file at root, but when i realize start, the yaml file get overwritten with default values.

When I create a .realize.yaml for each services, and start one by one, it works

WLun001 commented 5 years ago

failed due to yaml syntax error