Method: CF::Deploy::Commands#stop

Defined in:
lib/cf/deploy/commands.rb

#stop(app_name) ⇒ Object



18
19
20
# File 'lib/cf/deploy/commands.rb', line 18

def stop(app_name)
  Kernel.system("cf stop #{app_name}")
end