Class: NeetoDeploy::CLI::Addon::Commands

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

Instance Method Summary collapse

Instance Method Details

#infoObject



13
14
15
# File 'lib/neeto_deploy/cli/addon/commands.rb', line 13

def info
  Info.new(options).run
end

#scheduled_exports_enabledObject



19
20
21
# File 'lib/neeto_deploy/cli/addon/commands.rb', line 19

def scheduled_exports_enabled
  ScheduledExportsSettings.new(options).run
end