Class: Neetob::CLI::NeetoDeploy::Commands
- Inherits:
-
Thor
- Object
- Thor
- Neetob::CLI::NeetoDeploy::Commands
- Defined in:
- lib/neetob/cli/neeto_deploy/commands.rb
Instance Method Summary collapse
Instance Method Details
#autoscaling_config ⇒ Object
18 19 20 |
# File 'lib/neetob/cli/neeto_deploy/commands.rb', line 18 def autoscaling_config AutoscalingConfig.new([:app]).run end |
#certificates ⇒ Object
30 31 32 |
# File 'lib/neetob/cli/neeto_deploy/commands.rb', line 30 def certificates Certificates.new([:app]).run end |
#scheduled_exports ⇒ Object
24 25 26 |
# File 'lib/neetob/cli/neeto_deploy/commands.rb', line 24 def scheduled_exports ScheduledExports.new([:app]).run end |