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

The OMS CLI builds the docker image and uses the entrypoint defined inside the `Dockerfile`. It shouldn't be doing that and instead be using the entrypoint/command defined by `oms.yml` using...

bug :bug:
enhancement :rocket:

Part of https://github.com/microservices/omg/issues/272

enhancement :rocket:

Part of https://github.com/microservices/omg/issues/272

enhancement :rocket:

Are there any prominent Nodejs-based CLIs that have implemented auto-updating? A short-term solution may be implementing something like [update-notifier](https://www.npmjs.com/package/update-notifier), which is used by the NPM CLI + others.

enhancement :rocket:

See also: https://github.com/microservices/openmicroservices.org/pull/144

enhancement :rocket:

Known issues: - The dropdown button's svg doesn't work in production builds - Nicer CLI logging when yaml has syntax errors

bug :bug:

Kudos to @StoryScriptAI and @Arinono for rebuilding the OMS CLI and UI. It's already looking good. For the bug hunt today, we want to make sure that v1 release of...

bug :bug:

https://github.com/microservices/openmicroservices.org/pull/142 - [ ] actions - [ ] events - [ ] arguments - [ ] object properties - [ ] environment variables

priority: medium :warning:

A simple branching model is to develop a new release on `master` and only deploy from `stable`. This allows an easy and fast way to release bug fixes. Both, storyscript/storyscript...

enhancement :rocket:

This is very useful for testing subscriptions. 1) Set up event listener ``` omg subscribe listen events -a eventName='heartbeat' ``` 2) Send events ``` omg run publish -a eventName=heartbeat -a...

enhancement :rocket:
priority: medium :warning: