Class: NeetoDeploy::CLI::Addon::Commands
- Inherits:
-
Thor
- Object
- Thor
- NeetoDeploy::CLI::Addon::Commands
- Defined in:
- lib/neeto_deploy/cli/addon/commands.rb
Instance Method Summary collapse
Instance Method Details
#info ⇒ Object
20 21 22 |
# File 'lib/neeto_deploy/cli/addon/commands.rb', line 20 def info Info.new().run end |
#list ⇒ Object
14 15 16 |
# File 'lib/neeto_deploy/cli/addon/commands.rb', line 14 def list List.new(options:).run end |
#scheduled_exports_enabled ⇒ Object
26 27 28 |
# File 'lib/neeto_deploy/cli/addon/commands.rb', line 26 def scheduled_exports_enabled ScheduledExportsSettings.new().run end |