cli
cli copied to clipboard
🧑💻 Official Open Microservices CLI
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/got](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/got) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`9.6.9` -> `9.6.12`](https://renovatebot.com/diffs/npm/@types%2fgot/9.6.9/9.6.12) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/express](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`4.17.2` -> `4.17.14`](https://renovatebot.com/diffs/npm/@types%2fexpress/4.17.2/4.17.14) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/dockerode](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dockerode) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`2.5.20` -> `2.5.34`](https://renovatebot.com/diffs/npm/@types%2fdockerode/2.5.20/2.5.34) |...
If a user wants to check the `version`, `--version` (or a special `version` command are OK). That doesn't happen often. Accessing debug output, however, is something that would take advantage...
Todo: - [ ] Features - [ ] Completeness https://github.com/microservices/omg/issues/273 - [ ] Health checks https://github.com/microservices/omg/issues/274 - [x] YAML Editor https://github.com/microservices/omg/issues/275 - [x] Env vars configuration https://github.com/microservices/omg/issues/276 - [x] Tabbed...
This field will help signify whether a container needs to be started or not. See https://github.com/microservices/microservice.guide/pull/114
Below is the copy to be posted at in the [SIG group](https://github.com/cncf/sig-app-delivery/issues/new) to propose a demo of the OMS *when we are ready*. Feel free to edit as needed. -----...
```yaml omg: 1 actions: get: arguments: url: type: string required: true help: URL to get data from post: arguments: url: type: string required: true help: URL to post data to...
When the `oms.yml` changes the OMS UI should be smarter on when it should rebuild. Right now it rebuilds on all changes. However, this is not necessary for most `oms.yml`...
Currently the black box testing can be found in: https://github.com/microservices/oms/tree/df5ca63fa8633e0185a48a26f5cdca49b8080b25/tests/regression As best as I can tell, these are split into a few parts: - For all our non-event templates, run...