README.md in vagrant-invade-0.3.3 vs README.md in vagrant-invade-0.3.4

- old
+ new

@@ -1,4 +1,24 @@ # vagrant-invade -![alt text](https://github.com/frgmt/vagrant-invade/raw/develop/images/logo-256.png "Logo") -A Vagrant plugin to generate a Vagrantfile from a Configuration +![Invade Logo](https://github.com/frgmt/vagrant-invade/blob/develop/images/invade-logo-256.png?raw=true) + +[![Code Climate](https://codeclimate.com/github/frgmt/vagrant-invade/badges/gpa.svg)](https://codeclimate.com/github/frgmt/vagrant-invade) + +**vagrant-invade** is a plugin for Vagrant, the tool for creating and maintain virtual machines. +It uses a simple **YAML** configuration file to automatically build a **Vagrantfile** for your projects. + +## How to install +Simply run `vagrant plugin install vagrant-invade` +To install a certain version use the `-v 'VERSION'` option. + +## Commands +There are new commands you can use to init, validate and build your Vagrantfile. + +### Init +`vagrant invade init` creates the default **invade.yml** configuration file for you. + +### Validate +`vagrant invade validate` will validate the **invade.yml** file and gives you a **detailed output of missing values, wrong parameters and defaults** for each option. + +### Build +`vagrant invade build` will **build a Vagrantfile** based on what you set in the 'invade.yml' configuration file and place it to the directory you did run the command.