New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

node-ovh-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ovh-cli

A command-line tool to manage your OVH services

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

[Build Status] (https://travis-ci.org/dw33z1lP/node-ovh-cli)

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] (https://eu.api.ovh.com/g934.first_step_with_api) 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]

Keywords

ovh

FAQs

Package last updated on 04 Dec 2014

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