Andrew Tatomyr
Andrew Tatomyr
Thanks! I have to think this through. I'm not sure what logic should apply if there are several servers (e.g. test ones) that could contain different pathnames (or even have...
When it comes to API best practices, you can certainly refer to our blog: https://redocly.com/blog/. Maybe @lornajane or @TaylorKrusen have something else to add?
I wouldn't recommend using preprocessors both when bundling and joining (and we're going to deprecate them in the `join` command anyway) as they interfere with linting and are intended to...
Good job @ootkin! Could you add your case to our [Cookbook repo](https://github.com/Redocly/redocly-cli-cookbook)? Do you still think there would be a benefit of extending the `join` command functionality?
Thanks for the idea, @LasneF! As a workaround, you can write stderr instead of stdout to a file (using `2>` instead of `>`).
@LasneF have you considered running `cat lint_output.txt` after the lint command?
Thank you for sharing the idea! I'm not entirely sure about the strategy though. Do we want to cleanup a certain folder? Or shall we look for yaml/json files only...
Partially fixed by https://github.com/Redocly/redocly-cli/pull/1366.
The YAML parser we're using doesn't distinguish between numeral and string keys on the AST level. We may need to use another parser to detect what the key type actually...
Hi @meden, I don't think this is a bug, rather an enhancement 🙂 I wouldn't change the default behaviour but allow to configure the characters with some option or through...