VIP (Internal) CLI
Internal CLI Tools for VIP Staff.
Installation
Make sure you have an open connection to the Automattic proxy and are able to
tunnel local traffic to port 8080.
npm i -g @automattic/vip-go-internal-cli
vipgo config set PROXY=socks://127.0.0.1:8080
vipgo login
Using an Ad blocker?
Make sure you allow HTTPS traffic to pixel.wp.com
(the domain the CLI connects to in order to track command usage) otherwise your output will be polluted with the following error:
❌ Unexpected error. Please use the escalation pathways to resolve this issue:
🌐 https://wp.me/PCYsg-FSf
Error: connect ECONNREFUSED 0.0.0.0:443
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16)
E.g. on PiHole, use sudo pihole -w pixel.wp.com
.
Usage
Show available commands:
vipgo --help
You can append --help
to any sub-command to see options and sub-sub-commands.
Contributing
For details about contributing to this project (e.g. setting up development environment, publishing a release, etc.), please see CONTRIBUTING.md.