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



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

def info
  Info.new(options).run
end

#listObject



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

def list
  List.new(options:).run
end

#scheduled_exports_enabledObject



26
27
28
# File 'lib/neeto_deploy/cli/addon/commands.rb', line 26

def scheduled_exports_enabled
  ScheduledExportsSettings.new(options).run
end