Method: Appfront::Command::Help.root_help
- Defined in:
- lib/appfront/command/help.rb
.root_help ⇒ Object
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# File 'lib/appfront/command/help.rb', line 2 def self.root_help puts <<-HELP Usage: appfront COMMAND [-d DEPLOY] [command-specific-options] Primary help topics, type "appfront help TOPIC" for more details: deploys # manage deploys clusters # manage clusters providers # manager connection with Amazon or DigitalOcean Additional topics: help # list commands and display help version # display version HELP end |