You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ayncapi bundle command does not support bundling spec v3 documents, running the command on v3 documents gives error
Error: One of the files you tried to bundle is AsyncAPI v3 format, the bundle command does not support it yet, please checkout https://github.com/asyncapi/bundler/issues/133
How to Reproduce
To reproduce this error all you have to do is try to bundle an v3 spec using CLI.
Run the following command to reproduce this error
asyncapi bundle file-name
Expected behavior
asyncapi bundle command should be able to bundle Asyncapi V3 spec files.
The text was updated successfully, but these errors were encountered:
Describe the bug
ayncapi bundle
command does not support bundling spec v3 documents, running the command on v3 documents gives errorHow to Reproduce
To reproduce this error all you have to do is try to bundle an v3 spec using CLI.
Run the following command to reproduce this error
Expected behavior
asyncapi bundle
command should be able to bundle Asyncapi V3 spec files.The text was updated successfully, but these errors were encountered: