Class: Heploy::CLI
- Inherits:
-
Thor
- Object
- Thor
- Heploy::CLI
- Defined in:
- lib/heploy/cli.rb
Instance Method Summary collapse
Instance Method Details
#production ⇒ Object
16 17 18 19 |
# File 'lib/heploy/cli.rb', line 16 def production config = Heploy::Configuration.find Heploy::Command::Deploy.production config, ['verbose'] end |