Method: CF::Deploy::Commands#push

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

#push(manifest) ⇒ Object



14
15
16
# File 'lib/cf/deploy/commands.rb', line 14

def push(manifest)
  Kernel.system("cf push -f #{manifest}")
end