1.2.0 • Published 4 years ago

@dixeed/ovh-cli v1.2.0

Weekly downloads
6
License
ISC
Repository
-
Last release
4 years ago

OVH CLI

Cli that exposes some of OVH API functionalities (https://api.ovh.com/console/)

Based on https://github.com/ovh/node-ovh.

Configuration

If you want to run the CLI on your local machine, you need to copy the .env.example file to a new file called .env. Here is a command for the lazy ones: cp .env.example .env. This file is NOT meant to be on git so make sure you never version it. Then you need to add the value for the environment variables.

You can add empty variables by using the following synthax: MY_VARIABLE="".

That's it you're done.