cli
cli copied to clipboard
[BUG] AsyncAPI/generator needs to upgrade
Describe the bug.
when i am trying to generate the api doc using Async-cli generate method with the @asyncapi/html-template it is showing error with the message
Generator Error: This template is not compatible with the current version of the generator (1.17.25). This template is compatible with the following version range: >=2.0.0 <3.0.0.
Expected behavior
AsyncApi generator needs to be update to latest version , so that it can support the @asyncapi/html-template
Screenshots
How to Reproduce
- Clone the repo
- Build with
npm run build - then run
node bin/run generate fromTemplate ./testing/main.yml @asyncapi/html-template
🥦 Browser
None
👀 Have you checked for similar open issues?
- [x] I checked and didn't find similar issue
🏢 Have you read the Contributing Guidelines?
- [x] I have read the Contributing Guidelines
Are you willing to work on this issue ?
Yes I am willing to submit a PR!