https://github.com/hugomd/travultr
🐦 🚀 A CLI client for Vultr
https://github.com/hugomd/travultr
api cli cli-client vultr
Last synced: 5 months ago
JSON representation
🐦 🚀 A CLI client for Vultr
- Host: GitHub
- URL: https://github.com/hugomd/travultr
- Owner: hugomd
- License: mit
- Created: 2017-03-14T22:32:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T11:35:27.000Z (about 7 years ago)
- Last Synced: 2025-04-22T13:09:12.330Z (6 months ago)
- Topics: api, cli, cli-client, vultr
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Travultr 🐦
[](https://npmjs.com/travultr) [](https://npmjs.com/travultr) [](./LICENSE) [](https://buildkite.com/open-source/travultr)A CLI client for [Vultr](https://vultr.com), following their [API documentation](https://www.vultr.com/api/).
Uses the [vyltr](https://github.com/hugomd/vyltr) API wrapper for Vultr.
*Note: this project is a work in progress*.
# Installation
```
npm install travultr
```# Progress
* [ ] server
* [x] list
* [ ] reboot
* [ ] start
* [ ] stop
* [ ] create
* [ ] block storage
* [ ] list
* [ ] attach
* [ ] create
* [ ] delete
* [ ] detach
* [ ] set label
* [ ] resize
* [ ] regions
* [x] list all
* [ ] list available
* [ ] dns
* [ ] list records
* [ ] create domain
* [ ] delete domain
* [ ] create record
* [ ] update record
* [ ] delete record
* [x] operating systems
* [x] list
* [x] plans
* [x] list# Usage
```
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
```# Where'd the name `travultr` come from?
John Travolta.
# Contributing
1. Clone the repo
2. Make a new local branch
3. Change what you'd like
4. Write some tests
5. Make a Pull Request!✌️
# License
MIT, see [LICENSE](./LICENSE)