CLI Tools for WordPress.com VIP
Show available commands:
vip --help
You can append --help
to any sub-command to see options and sub-sub-commands.
npm install -g wpvip-cli
vip login
To start hacking:
- clone the repository:
git clone https://github.com/Automattic/vip-cli
- cd to the cloned directory
cd vip-cli
- run
npm install
to install dependencies - hack the code
- test your changes by calling
node build/bin/vip.js
Note: Your development version will use the same config as the globally installed module and any changes to the config will impact that.