Skip to content

Control Vagrant from Ruby! Harnesses the machine readable output added in 1.4.x

License

Notifications You must be signed in to change notification settings

cwacek/vagrant-reins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant::Reins

A wrapper around the vagrant command line tools, making use of the machine readable output added in 1.4.x to control Vagrant.

This is version 0.0.1, barely working, but you can currently start Vagrant VMs using reins

Usage

require 'vagrant/reins/harness'

harness = Vagrant::Reins::Harness.new 'path_to/vagrant_project_dir'
harness.status

harness.up

Contributing

  1. Fork it ( http://github.com/cwacek/vagrant-reins/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Control Vagrant from Ruby! Harnesses the machine readable output added in 1.4.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages