cli
cli copied to clipboard
🧑💻 Official Open Microservices CLI
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...
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.
See also: https://github.com/microservices/openmicroservices.org/pull/144
Known issues: - The dropdown button's svg doesn't work in production builds - Nicer CLI logging when yaml has syntax errors
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...
https://github.com/microservices/openmicroservices.org/pull/142 - [ ] actions - [ ] events - [ ] arguments - [ ] object properties - [ ] environment variables
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...
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...