18 19 20
# File 'lib/cf/deploy/commands.rb', line 18 def stop(app_name) Kernel.system("cf stop #{app_name}") end