oms.py icon indicating copy to clipboard operation
oms.py copied to clipboard

UX flow of generation

Open stevepeak opened this issue 5 years ago • 2 comments

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?

stevepeak avatar May 22 '19 14:05 stevepeak

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.

kennethreitz avatar May 24 '19 02:05 kennethreitz

yes, i like the idea of moving back to the cli approach for the generation. omg-ensure.

kennethreitz avatar May 25 '19 14:05 kennethreitz