Class: Lono::Param::Help

Inherits:
Object
  • Object
show all
Defined in:
lib/lono/param/help.rb

Class Method Summary collapse

Class Method Details

.generateObject



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

def generate
<<-EOL
Example:

To generate a CloudFormation json parameter files in the params folder to the output/params folder.

$ lono-params generate

If you have params/my-stack.txt. It will generate a CloudFormation json file in output/params/my-stack.json.
EOL
end