-
-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] New Command to convert asyncapi document to multiple format #1535
Comments
Hi @AayushSaini101, Thanks for your work on this project! I was wondering if it's possible to use the API for this conversion of yaml to json or vice versa. Would this be the recommended approach? Looking forward to your response. Thanks again! |
@toffee-k21 if the library is small in size you can use it otherwise try to implement the logic to convert |
I would like to work on this. Will raise a PR once it is done. |
Hey @AayushSaini101, is this issue solved ? i could see a merged PR. |
Yes, the issue has been resolved |
Why do we need this improvement?
There are multiple formats of the asyncapi file that are yaml or JSON or yml. Need a separate commands to covert yaml to json or vice-versa
How will this change help?
Increase the developer experience in cli
Screenshots
How could it be implemented/designed?
Need to write a function to change one format to another format.
🚧 Breaking changes
No
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: