cli
cli copied to clipboard
🧑💻 Official Open Microservices CLI
- [ ] `omg subscribe` should validate that event received matches [CloudEvent] JSON spec. - [ ] `omg subscribe` should validate that the defined output in the `microservice.yml` matches with...
- should ask questions for all required fields - allow to use one of the existing language bootstrap templates - might even interactively allow to add actions (fancy, but definitely...
For example, take a Twitter oauth credentials. The microservice would design a simple test to make sure the variables are valid. This test would be included in the `microservice.yml` ```yaml...
Metrics
Extract metrics from services by mocking a http service that receives the metrics and prints them to stdout.
While `docker build` is cached, there's still no need to go through the entire process of building the image for multiple invocations of `omg run`. tl;dr: `omg run` will always...
It would be really cool if the CLI could generate an OpenAPI specification file based on the actions listed in `microservice.yml` Benefits: 1) documentation for all actions 2) automatically generate...
The Sandbox is a frontend+server that is packaged with the CLI. It gives developers a full view over their service including the following details: 1. Health checks 1. Metrics form...