Sha256: 44e11a0295692f3f32cf282a90c1feb3ff49469c0c1eaf364c46d653967c0a05
Contents?: true
Size: 1.25 KB
Versions: 3
Compression:
Stored size: 1.25 KB
Contents
# Vagrant Compose Yaml [![Gem Version](https://badge.fury.io/rb/vagrant-compose-yaml.svg)](https://badge.fury.io/rb/vagrant-compose-yaml) `vagrant-compose-yaml` is a plugin that sets up your working directory to be a Vagrant-managed multi-machine environment by YAML. ## Installation ``` $ vagrant plugin install vagrant-compose-yaml ``` ## Usage Put the YAML file named `vagrant-compose.yml` on your working directory. (e.g. [vagrant-compose.yml](/example/vagrant-compose.yml)) Then run the following commands: ``` $ vagrant compose-yaml $ vagrant up ``` For more information, you can use the option `--help`. ``` $ vagrant compose-yaml --help Usage: vagrant compose-yaml [options] Options: -f, --file FILE Specify an alternate compose file (default: vagrant-compose.yml) --force Overwrite existing Vagrantfile --output FILE Specify an alternate Vagrantfile ('-' for stdout) -h, --help Print this help ``` ## Contributing Fork and create your feature branch. Then commit your changes. If you want to run this plugin without having to install the gem, you may use bundle exec, like so: ``` $ bundle exec vagrant compose-yaml ``` Finally create new Pull Request.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-compose-yaml-0.1.3 | README.md |
vagrant-compose-yaml-0.1.2 | README.md |
vagrant-compose-yaml-0.1.1 | README.md |