cli
cli copied to clipboard
🧑💻 Official Open Microservices CLI
- [ ] allow in validation - [ ] warn in `oms run` - [ ] warn in `oms subscribe` See also: https://github.com/microservices/microservice.guide/pull/142
https://github.com/microservices/microservice.guide/pull/96
https://github.com/kubernetes/community/blob/master/events/community-meeting.md The k8s community is eager to learn about new specs that could help with application development and discovery. OMS is great fit here.
If supported. Main benefit is the binary protocol which will make requests faster.
It would be awesome if there's `omg test` and with it there's a standard way of testing OMG services, s.t. one can just write `omg test` in one's favorite CI...
From https://github.com/omg-services/sendgrid ``` omg validate 1 error found: 1. root should have required property 'info' ``` It took me quite a while to realize that this section is meant: https://microservice.guide/schema/info/...
Need to delete a lot of temporary code
(proposal for an advanced feature). ``` omg run --benchmark ... ``` Would be amazing to have this to know roughly how many requests the service can handle per second. This...
A few information that we probably expose on the hub: - startup time - requests per second (https://github.com/microservices/omg/issues/207) - memory consumption (average, max) - image space