-
Notifications
You must be signed in to change notification settings - Fork 37
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
Move dependency from openapi-alps to azure-rest-api-specs #309
Comments
Will it make somehow harder to pass arguments and capture output? Like, what if the code throws? We will have to manually parse exception from the stdout or stderr? I understand in case of API call this is easier. For reference, this is an example API call right now:
|
The only dependency on |
I think our tools should move away from sharing code/APIs and towards sharing data over stdin/stdout. The https://en.wikipedia.org/wiki/Unix_philosophy. Because it allows interop between our own tools and third-party tools, and our own tools written in different langauges. But either way, I think pinning the version of |
@azure/openapi-diff
toazure-rest-api-specs/package.json
npm exec --no -- oad compare
instead of importing@azure/oad
@azure/openapi-diff
completely from openapi-alpsThe text was updated successfully, but these errors were encountered: