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

Version Path
lono-1.1.3 lib/lono/cli/help.rb
lono-1.1.2 lib/lono/cli/help.rb
lono-1.1.1 lib/lono/cli/help.rb
lono-1.1.0 lib/lono/cli/help.rb
lono-1.0.2 lib/lono/cli/help.rb
lono-1.0.1 lib/lono/cli/help.rb
lono-1.0.0 lib/lono/cli/help.rb
lono-0.5.2 lib/lono/cli/help.rb
lono-0.5.1 lib/lono/cli/help.rb