Closed WLun001 closed 5 years ago
I am doing microservices, wanted to realize start to start all services. How to achieve this?
realize start
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
.realize.yaml
failed due to yaml syntax error
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