Module: Lono::Template::Help

Extended by:
Help
Included in:
Help
Defined in:
lib/lono/template/help.rb

Instance Method Summary collapse

Instance Method Details

#bashifyObject



14
15
16
17
18
19
20
21
22
# File 'lib/lono/template/help.rb', line 14

def bashify
"Examples:\n\n$ lono template bashify /path/to/cloudformation-template.json\n\n$ lono template bashify https://s3.amazonaws.com/cloudformation-templates-us-east-1/EC2WebSiteSample.template\n"
end

#generateObject



2
3
4
5
6
7
8
9
10
11
12
# File 'lib/lono/template/help.rb', line 2

def generate
"Examples:\n\n$ lono template generate\n\n$ lono template g -c # shortcut\n\nBuilds the CloudFormation templates files based on lono project and writes them to the output folder on the filesystem.\n"
end