Method: CF::Deploy::Commands#map_route

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

#map_route(route, app_name) ⇒ Object



30
31
32
# File 'lib/cf/deploy/commands.rb', line 30

def map_route(route, app_name)
  Kernel.system(route_cmd(:map, route, app_name))
end