Method: Tane::Commands::Init.help_text
- Defined in:
- lib/tane/commands/init.rb
.help_text ⇒ Object
18 19 20 21 22 23 24 25 26 |
# File 'lib/tane/commands/init.rb', line 18 def help_text "Usage:\n\ntane init\n\nCreates a `.cloudfuji` directory within the directory of the rails application. That holds all the config that enables you to run applications and commands in a Cloudfuji environment. It also deploys a development application on Cloudfuji that allows your local application to use resources on the Cloudfuji platform.\n" end |