-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Gourav <[email protected]>
|
@GauravSaini01 can you add some test cases as well ? |
Signed-off-by: Gourav <[email protected]>
Signed-off-by: Gourav <[email protected]>
|
Hey @AayushSaini101, I added the following test: Thanks |
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