A CLI client for Vultr, following their API documentation.
Uses the vyltr API wrapper for Vultr.
Note: this project is a work in progress.
npm install travultr
- server
- list
- reboot
- start
- stop
- create
- block storage
- list
- attach
- create
- delete
- detach
- set label
- resize
- regions
- list all
- list available
- dns
- list records
- create domain
- delete domain
- create record
- update record
- delete record
- operating systems
- list
- plans
- list
Usage: travultr [options] [command]
Commands:
server Access server resources
version|v print travultr version
help [cmd] display help for [cmd]
Options:
-h, --help output usage information
-V, --version output the version number
John Travolta.
- Clone the repo
- Make a new local branch
- Change what you'd like
- Write some tests
- Make a Pull Request!
βοΈ
MIT, see LICENSE