Method: Ufo::CLI#destroy

Defined in:
lib/ufo/cli.rb

#destroy(service) ⇒ Object



87
88
89
90
# File 'lib/ufo/cli.rb', line 87

def destroy(service)
  task_definition = options[:task] || service # convention
  Destroy.new(service, options).bye
end