You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know what the CLI is doing but the "--api v3" should have triggered some kind of not supported error, but I wonder if it's because the spec yaml is being provided before the --api, and it's always parsed as v2 which will fail since your spec is v3, so we never get to processing the "--api v3" argument.
I built paperclip master CLI with
(Did I miss a feature needed?)
When I use it with a v3 spec, I get
If I convert the same spec to v2, using https://github.com/LucyBot-Inc/api-spec-converter, it works perfectly
The text was updated successfully, but these errors were encountered: