oms.py
oms.py copied to clipboard
UX flow of generation
When reviewing the README. I believe there is a missing step.
If not available on disk, the required Dockerfile and microservice.yml files will automatically be generated, for your application:
How do you generate the microservice.yml
? Do you call something via a CLI?
that was the original design, but now you just call service.serve(ensure=True)
. Room for improvement, but I think this is a good approach, for now. Perhaps going back to the CLI approach would be best.
yes, i like the idea of moving back to the cli approach for the generation. omg-ensure
.