Class: Neetob::CLI::NeetoDeploy::Commands

Inherits:
Thor
  • Object
show all
Defined in:
lib/neetob/cli/neeto_deploy/commands.rb

Instance Method Summary collapse

Instance Method Details

#autoscaling_configObject



18
19
20
# File 'lib/neetob/cli/neeto_deploy/commands.rb', line 18

def autoscaling_config
  AutoscalingConfig.new(options[:app]).run
end

#certificatesObject



30
31
32
# File 'lib/neetob/cli/neeto_deploy/commands.rb', line 30

def certificates
  Certificates.new(options[:app]).run
end

#scheduled_exportsObject



24
25
26
# File 'lib/neetob/cli/neeto_deploy/commands.rb', line 24

def scheduled_exports
  ScheduledExports.new(options[:app]).run
end