feat: introduced asyncapi start preview command#1645
feat: introduced asyncapi start preview command#1645GauravSaini01 wants to merge 6 commits intoasyncapi:masterfrom
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.yamlfile instead of in memory.readOnlyfeature is not implemented@AayushSaini101 @Shurtu-gal please review my PR