-
-
Notifications
You must be signed in to change notification settings - Fork 189
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: add proxy support in commands/generate folder #1622
base: master
Are you sure you want to change the base?
feat: add proxy support in commands/generate folder #1622
Conversation
|
@IITI-tushar Kindly add some test cases to verify the changes thanks |
Sure... @AayushSaini101 |
7639803
to
6f00471
Compare
Quality Gate passedIssues Measures |
@IITI-tushar Please check some test cases are not passing, please check |
@@ -29,6 +43,9 @@ export default class Models extends Command { | |||
output = parsedArgs.output; | |||
} | |||
|
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.
Check here @IITI-tushar
Description
solves issue #1621
Reference:https://www.zenrows.com/blog/node-fetch-proxy#how-to-use-proxy-with-node-fetch of the implementation flow of the proxy
Related issue(s)
Resolves #1621