Method: Jets::CLI#main_help_body

Defined in:
lib/jets/cli.rb

#main_help_bodyObject



189
190
191
192
193
194
195
196
197
198
199
200
201
# File 'lib/jets/cli.rb', line 189

def main_help_body
  <<-EOL
Add -h to any of the commands for more help.  Examples:

jets call -h
jets routes -h
jets deploy -h
jets status -h
jets dynamodb:create -h
jets db:create -h

EOL
end