New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

proxy-switch

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proxy-switch

an open source proxy switch cli tool for npm, yarn, git

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

proxy-switch

An easy proxy switch cli. The supported apps are including git, npm , yarn.

Install

npm install -g proxy-switch

or

yarn global add proxy-switch

Use

List configuration

List all supported app's configuration.

proxy-switch list all

List a specific app's configuration. For example:

proxy-switch list yarn

Add proxy

Add proxy url to all supported app's configuration.

proxy-switch add all http://YOUR_PROXY_URL

Add proxy url to a specific app's configuration. For example:

proxy-switch add git http://YOUR_PROXY_URL

Reset proxy

Delete proxy url from all supported app's configuration.

proxy-switch reset all

Delete proxy url from a specific app's configuration. For example:

proxy-switch reset npm

Keywords

FAQs

Package last updated on 14 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc