Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 646 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 646 Bytes

VIP CLI

CLI Tools for WordPress.com VIP

Usage

Show available commands:

vip --help

You can append --help to any sub-command to see options and sub-sub-commands.

Install

npm install -g wpvip-cli
vip login

Development

To start hacking:

  1. clone the repository: git clone https://github.com/Automattic/vip-cli
  2. cd to the cloned directory cd vip-cli
  3. run npm install to install dependencies
  4. hack the code
  5. 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.