-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
feat: introduced asyncapi start preview command #1645
Conversation
Signed-off-by: Gourav <gourav.saini.phe22@iitbhu.ac.in>
|
@GauravSaini01 can you add some test cases as well ? |
Signed-off-by: Gourav <gourav.saini.phe22@iitbhu.ac.in>
Signed-off-by: Gourav <gourav.saini.phe22@iitbhu.ac.in>
|
Hey @AayushSaini101, I added the following test: Thanks |
This feature has been implemented through #1753 |
Related issue(s)
#1627
Description
AsyncAPI can include local references files (e.g.
$ref: './temp/feature.yaml#/components/messages/UserSignedUp'
)If any local reference file or the asyncapi.yaml file changes, the studio will hot reload automatically.
Note :
asyncapi-bundled.yaml
file instead of in memory.readOnly
feature is not implemented@AayushSaini101 @Shurtu-gal please review my PR