Module: Lono::Help

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

Instance Method Summary collapse

Instance Method Details

#bashifyObject



25
26
27
28
29
30
31
32
33
# File 'lib/lono/cli/help.rb', line 25

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

#generateObject



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

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

#new_long_descObject



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

def new_long_desc
<<-EOL
Examples:

$ lono new project

$ lono new lono
EOL
end