14 15 16
# File 'lib/cf/deploy/commands.rb', line 14 def push(manifest) Kernel.system("cf push -f #{manifest}") end