Sha256: c2b3dd104a4c114d95beac2cfdf18bfe5b8c0ae635c5742f5d069772518d06cc
Contents?: true
Size: 552 Bytes
Versions: 9
Compression:
Stored size: 552 Bytes
Contents
module Lono module Help def new_long_desc <<-EOL Examples: $ lono new project $ lono new lono EOL end def generate <<-EOL Examples: $ lono generate $ lono 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 bashify /path/to/cloudformation-template.json $ lono bashify https://s3.amazonaws.com/cloudformation-templates-us-east-1/EC2WebSiteSample.template EOL end extend self end end
Version data entries
9 entries across 9 versions & 1 rubygems