map-route - Cloud Foundry CLI Reference Guide


NAME

map-route - Map a route to an app

VERWENDUNG

Map an HTTP route: cf map-route APP_NAME DOMAIN [--hostname HOSTNAME] [--path PATH] Map a TCP route: cf map-route APP_NAME DOMAIN [--port PORT]

EXAMPLES

cf map-route my-app example.com # example.com cf map-route my-app example.com --hostname myhost # myhost.example.com cf map-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo cf map-route my-app example.com --port 5000 # example.com:5000

Optionen

--hostname, -n

Hostname für die HTTP-Route (für gemeinsam genutzte Domänen erforderlich)

--path

Pfad für die HTTP-Route

--port

Port for the TCP route (default: random port)

SIEHE AUCH

create-route, routes, unmap-route