-
Notifications
You must be signed in to change notification settings - Fork 194
fix: env HTTP_PROXY in push command
#2447
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
Conversation
🦋 Changeset detectedLatest commit: 9844f30 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
📦 A new experimental 🧪 version v0.0.0-snapshot.1764940486 of Redocly CLI has been published for testing. Install with NPM: npm install @redocly/[email protected]
# or
npm install @redocly/[email protected]
# or
npm install @redocly/[email protected] |
|
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||
HTTP_PROXY in push command
|
📦 A new experimental 🧪 version v0.0.0-snapshot.1765187952 of Redocly CLI has been published for testing. Install with NPM: npm install @redocly/[email protected]
# or
npm install @redocly/[email protected]
# or
npm install @redocly/[email protected] |
|
📦 A new experimental 🧪 version v0.0.0-snapshot.1765190814 of Redocly CLI has been published for testing. Install with NPM: npm install @redocly/[email protected]
# or
npm install @redocly/[email protected]
# or
npm install @redocly/[email protected] |
What/Why/How?
Replaced HttpsProxyAgent (incompatible with native fetch) with
ProxyAgentfromundicito restore proxy support forHTTP_PROXYenvironment variables.Reference
Testing
Tested via local proxy and via online
HTTP_PROXY=http://user-viktor_d0fnq-country-US:[email protected]:8000Screenshots (optional)
Check yourself
Security