Method: Appfront::Command::Ps.scale_up

Defined in:
lib/appfront/command/ps.rb

.scale_up(opts) ⇒ Object



59
60
61
62
63
64
65
66
# File 'lib/appfront/command/ps.rb', line 59

def self.scale_up(opts)
  find_deploy! opts

  spinner "Scaling up deploy instances..." do
      api.put "/flow/#{@deploy}/scale/up"
  end
  puts "\n"
end