lib/shelly/cli/main.rb in shelly-0.3.3 vs lib/shelly/cli/main.rb in shelly-0.3.4

- old
+ new

@@ -194,9 +194,10 @@ method_option :cloud, :type => :string, :aliases => "-c", :desc => "Specify cloud" def start app = multiple_clouds(options[:cloud], "start") deployment_id = app.start say "Starting cloud #{app}.", :green + say_new_line deployment_progress(app, deployment_id, "Starting cloud") rescue Client::ConflictException => e case e[:state] when "running" say_error "Not starting: cloud '#{app}' is already running"