1.0.0 • Published 8 years ago

vultr-cli v1.0.0

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
8 years ago

vultr-cli

This is a simple command line tools for manage vultr account.

Installation

$ npm install vultr-cli -g

How to use

Set your vultr token

$ vultr set-token <token>

List all servers

$ vultr ls

Start a server

$ vultr start <hostname>

Restart a server

$ vultr restart <hostname>

Stop a server

$ vultr stop <hostname>

Connect to a server

$ vultr ssh <hostname>