One microservice to rule them all
This project is an example implementation of the Open Microservice Specification, a standard originally created at Storyscript for building highly-portable "microservices" that expose the events, actions, and APIs inside containerized software.
The oms command-line interface allows you to interact with Open Microservices. If you're interested in creating an Open
Microservice the CLI also helps validate, test, and debug your oms.yml implementation!
See the oms-cli project to learn more!
npm install -g @microservices/oms
Once you have the oms-cli installed, you can run any of the following commands from within this project's root directory:
Validates the provided oms.yml content
| Argument Name | Type | Required | Default | Description |
|---|---|---|---|---|
| file | string | false | None | The content of the oms.yml you want to validate (in a multipart/form-data) |
oms run validate \
-a file='*****'
All suggestions in how to improve the specification and this guide are very welcome. Feel free share your thoughts in the Issue tracker, or even better, fork the repository to implement your own ideas and submit a pull request.
This project is guided by Contributor Covenant. Please read out full Contribution Guidelines.
Content type
Image
Digest
Size
365.6 MB
Last updated
almost 7 years ago
docker pull microservices/oms-validate