Sha256: 28f7954d4409f56d29b7e7ed8b787f511c9434bcd4394d50248439200db066ef
Contents?: true
Size: 340 Bytes
Versions: 6
Compression:
Stored size: 340 Bytes
Contents
class Lono::Cfn::Plan class Delete < Lono::Cfn::Base include Concerns def run stack = find_stack(@stack) unless stack logger.info "ERROR: stack #{@stack} not found".color(:red) quit 1 end logger.info "Will delete".color(:green) Lono::Cfn::Show.new(@options).print end end end
Version data entries
6 entries across 6 versions & 1 rubygems