wpalmer / cloudformation-ruby-dsl.Docker

Dockerized cloudformation-ruby-dsl (https://github.com/bazaarvoice/cloudformation-ruby-dsl)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized cloudformation-ruby-dsl

Based on https://github.com/bazaarvoice/cloudformation-ruby-dsl

Licensed under the Apache License, Version 2.0 (see LICENSE file)

Usage:

docker run --rm -v "$PWD:/cfn" wpalmer/cloudformation-ruby-dsl <my-template.rb> [expand|...]

You need only include your template files. The cloudformation-ruby-dsl gem is pre-installed, and the BUNDLE_GEMFILE variable set to include it.

Depending on the sub-command, you may also need to include additional credential information, such as your $HOME/.aws directory

About

Dockerized cloudformation-ruby-dsl (https://github.com/bazaarvoice/cloudformation-ruby-dsl)

License:Other


Languages

Language:Ruby 82.5%Language:Makefile 17.5%