Skip to content

Commit

Permalink
Adding instructions to install asyncapi CLI tool
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan83 committed Feb 4, 2025
1 parent 3881c17 commit 1924d8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ASYNCAPI_PARIS_2024_DEMO.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Note: Please stop the Kafka broker and the application after before moving to th

## Convert AsyncAPI 2.6 to AsyncAPI 3.0

Install the `asyncapi` CLI tool [https://www.asyncapi.com/tools/cli](https://www.asyncapi.com/tools/cli) if you do not already have it.

Use the same to convert the `order-service-async-v2_6_0.yaml` to `order-service-async-v3_0_0.yaml` as shown below:

```shell
asyncapi convert ./api-specifications/order-service-async-v2_6_0.yaml > ./api-specifications/order-service-async-v3_0_0.yaml
```
Expand Down

0 comments on commit 1924d8a

Please sign in to comment.