-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
feat: enable proxy support in the cli #1608
Conversation
|
As discussed with @Souvikns planning to create a global flags that is proxyHost and proxyPort that can easily help to integrate proxy supports with various commands of the CLI. Asyncapi validate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AayushSaini101 can we have some tests for this.
f96f9b6
to
fe8ee83
Compare
ea3b34f
to
60390de
Compare
Done @Souvikns |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see you have updated 3 commands, [convert
, optimize
, validate
], I don't see any tests for optimize commands, shouldn't you also add test for optimize
command.
Quality Gate passedIssues Measures |
Added test case for all the commands thanks @Souvikns : ) |
1 similar comment
Added test case for all the commands thanks @Souvikns : ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect!
/rtm |
closes: #862
Related: #1508
Reference:https://www.zenrows.com/blog/node-fetch-proxy#how-to-use-proxy-with-node-fetch of the implementation flow of the proxy