cli icon indicating copy to clipboard operation
cli copied to clipboard

🧑‍💻 Official Open Microservices CLI

Results 58 cli issues
Sort by recently updated
recently updated
newest added

- [ ] `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...

enhancement :rocket:
priority: medium :warning:

- 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...

enhancement :rocket:
priority: low :snail:

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...

Extract metrics from services by mocking a http service that receives the metrics and prints them to stdout.

enhancement :rocket:
documentation :books:

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...

enhancement :rocket:

Implement the ability to run command that interface via RPC.

enhancement :rocket: