Sha256: 50b249d33911dd03212c6ea1da4cacc82ba106863f80044c10957f0fba873a13
Contents?: true
Size: 485 Bytes
Versions: 20
Compression:
Stored size: 485 Bytes
Contents
module Lono::Template::Help def generate <<-EOL Examples: $ lono template generate $ lono template g -c # shortcut Builds the CloudFormation templates files based on lono project and writes them to the output folder on the filesystem. EOL end def bashify <<-EOL Examples: $ lono template bashify /path/to/cloudformation-template.json $ lono template bashify https://s3.amazonaws.com/cloudformation-templates-us-east-1/EC2WebSiteSample.template EOL end extend self end
Version data entries
20 entries across 20 versions & 1 rubygems