lib/simple_deploy/cli.rb in simple_deploy-0.2.6 vs lib/simple_deploy/cli.rb in simple_deploy-0.2.7
- old
+ new
@@ -75,10 +75,9 @@
when 'delete', 'destroy'
@stack.destroy
puts "#{@opts[:name]} destroyed."
when 'deploy'
@stack.deploy
- puts "#{@opts[:name]} deployed."
when 'environments'
Config.new.environments.keys.each { |e| puts e }
when 'update'
@stack.update :attributes => attributes
puts "#{@opts[:name]} updated."