Mariano Benitez
Mariano Benitez
the problem is that some formats send the output to stdout and some to stderr 👎
Hello, it is weird, in version 1.11.0... some formats send output to stdout and others to stderr... - codeframe uses stderr - json uses stdout - checkstyle uses stdout -...
**Update** This comment is wrong, $schema and $ref are different things... Anyway... when I use a $ref keyword referencing an external file I get the error... I tried different combinations:...
Tried to put the `$ref` in a message payload directly in a channel, inside a reusable component under components/messages with no luck.
weird thing is that the lint command supports the external ref, it is just the bundle command who breaks...
ok.. can I change the issue title to "support bundle for asyncapi documents?" 😄 bundle actually works if you do not use the external $ref
Will try it but I need the actual warnings and errors just like the codeframe format. Will let you know soon. Thanks
Just FYI... I made a powershell script to parse the redocly codeframe output and show it in Azure Devops pipeline as warnings and errors in the pipeline run. Not sure...
yes yes, saw the PR, it would have helped with my parsing 😃 but now I like having the errors and warnings in the pipeline ... that way my analysts...
Hello, sorry for the late response... 😃 What I want to achieve is: - Depending of a specific value INSIDE the json file (info.x-state) (draft,development,stable,deprecated) I want to run different...