asyncapi

All-in-one CLI for AsyncAPI specification management and tooling

brewmacoslinux
Try with needOr install directly
Source

About

All in one CLI for all AsyncAPI tools

Commands

asyncapi

Examples

Validate an AsyncAPI specification file$ asyncapi validate asyncapi.yaml
Generate documentation from AsyncAPI spec$ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template -o ./docs
Create a new AsyncAPI project from template$ asyncapi new --file-name=my-api.yaml