Closed PedroQwe closed 2 months ago
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
@PedroQwe is there a reason why do you use such an old version of the markdown-template? I think v3 support was coming with the release 1.4.0 of that template. Maybe that is the problem? We are using the generator with the latest html-template and eveything is working fine with v3 spec files.
@PedroQwe the problem lies in the version of CLI.
You have two options:
3.1.2
which works fine as can be seen here.[!NOTE] FYI: we are working on tying CLI and GitHub action versioning for better experience, so you wouldn't have to face these problems.
Please let me know if this works and I will move forward with closing this ticket.
Describe the bug.
I am trying to use the asyncapi/github-action-for-cli to generate models from a file using AsyncAPI v3 and I am getting this error:
Error: Generate Models command does not support AsyncAPI v3 yet, please checkout https://github.com/asyncapi/modelina/issues/1376
However, the issue 1376 has already been fixed and asyncapi cli already supports v3.
Expected behavior
The models should be generated given that asyncapi cli already supports v3.
Screenshots
How to Reproduce
🥦 Browser
Google Chrome
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
None