vultr-cli

A simple vultr cli.

Usage no npm install needed!

<script type="module">
  import vultrCli from 'https://cdn.skypack.dev/vultr-cli';
</script>

README

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>