0.1.1 • Published 9 years ago

node-ovh-cli v0.1.1

Weekly downloads
11
License
-
Repository
github
Last release
9 years ago

Build Status

node-ovh-cli

A NodeJS command-line tool to manage your OVH services. It builds on top of node-ovh.

Install

git clone https://github.com/dw33z1lP/node-ovh-cli.git && cd node-ovh-cli && npm install

or

npm install node-ovh-cli

Then you have to set config.js with your own values, set on OVH API documentation how to generate credentials.

./node-ovh-cli.js  -h

  Usage: iplb [options]

  Options:

    -h, --help                  output usage information
    --iplblist                  List available load-balancing ip services
    --iplbinfo [iplb]           Get the iplb informations [iplb]
    --iplblistallowedbe [iplb]  Get the iplb allowed backend [iplb]
    --iplblistbe [iplb]         Get the backends attached to this [iplb]
    --iplbsetbe [iplb] [ipbe]   Set the [ipbe] backend for this [iplb]
    --iplb                      [iplb]
    --ipbe                      [ipbe]
0.1.1

9 years ago

0.1.0

9 years ago