Takes screenshots of your Vagrant VMs. Supports both VirtualBox and KVM/QEmu.
Inspired by latortuga/vagrant-screenshot
- Virtual Box Provider and VM
Install them gem
$ gem install vagrant-camera
Add this line to your application's Vagrantfile:
require 'vagrant/camera'
Or install as a global vagrant plugin
$ vagrant plugin install vagrant-camera
Usage: vagrant camera [vm-name] [options] [-h]
-o, --open Open generated image after capture
-s, --save PATH Save images to a specific path.
-h, --help Print this help
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright (c) 2013 Kelly Becker, CLDRDR Inc
MIT License, see LICENSE.txt for more details.