asyncapi / cli

CLI to work with your AsyncAPI files. You can validate them and in the future use a generator and even bootstrap a new file. Contributions are welcomed!
https://www.asyncapi.com/tools/cli
Apache License 2.0
188 stars 164 forks source link

Add convert to AsyncAPI from OpenAPI support #1498

Open jonaslagoni opened 3 months ago

jonaslagoni commented 3 months ago

As the PR was just merged, it's now possible to convert OpenAPI 3.0 documents to AsyncAPI v3, and it should be possible to do this through the CLI. Checkout https://github.com/asyncapi/converter-js?tab=readme-ov-file#openapi-30-to-asyncapi-30-conversion for how to do it.

https://github.com/asyncapi/converter-js/pull/269

Gmin2 commented 3 months ago

i will complete this @jonaslagoni by this week