Class: Moonshot::Commands::Delete
- Inherits:
-
Moonshot::Command
- Object
- Moonshot::Command
- Moonshot::Commands::Delete
- Includes:
- ShowAllEventsOption
- Defined in:
- lib/moonshot/commands/delete.rb
Instance Method Summary collapse
Methods inherited from Moonshot::Command
Instance Method Details
#execute ⇒ Object
18 19 20 |
# File 'lib/moonshot/commands/delete.rb', line 18 def execute controller.delete end |
#parser ⇒ Object
11 12 13 14 15 16 |
# File 'lib/moonshot/commands/delete.rb', line 11 def parser parser = super parser.on('--template-file=FILE', 'Override the path to the CloudFormation template.') do |v| Moonshot.config.template_file = v end end |