https://github.com/leny/vibox
Node.js cli helper for VirtualBox management
https://github.com/leny/vibox
Last synced: 7 months ago
JSON representation
Node.js cli helper for VirtualBox management
- Host: GitHub
- URL: https://github.com/leny/vibox
- Owner: leny
- License: mit
- Created: 2013-05-04T08:10:12.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T18:50:46.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T11:02:14.486Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://leny.github.io/vibox/
- Size: 6.15 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# vibox
   [](http://unmaintained.tech/)
> Node.js cli helper for VirtualBox management
* * *
vibox is a simple manager for your VirtualBoxes' VMs.
In facts, it's just a wrapper over `VBoxManage`, but simplier **and** with completion (if you enable it).
## Getting Started
Install the module with: `npm install vibox`
To take the benefits of completion, add the following line to your .profile, or .bash_rc, or *whatever* : `which vibox > /dev/null && . "$( vibox --initpath )"`
## Usage
vibox [options] [command]
Commands:
list [options] list VMs
show [options] show information about specific VM
start [options] start VM
headless start VM headlessly (no GUI)
stop [options] stop VM (if ACPI support is enabled)
control control VM (start|headless|pause|resume|stop|reset|poweroff)
Options:
-h, --help output usage information
-V, --version output the version number
## History
**v0.0.3 (09/05/13):** Add `headless` command & completions for `control` subcommands
## Next…
However it's functionnal, there still some work to do : error handlers, some optimization.
In the future, i'll probably add support to more commands of VBoxManage.
## License
Copyright (c) 2013 Leny (http://flatland.be)
Licensed under the MIT license.
* * *
**ps:** I am very sorry for my horrible english (*I came from Belgium, I speak french*). I will correct this document soon.