map-route - Cloud Foundry CLI Reference Guide


NOMBRE

map-route - Añadir una ruta de URL a una app

USO

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 | --random-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

OPCIONES

--hostname, -n

Nombre de host para la ruta HTTP (necesario para los dominios compartidos)

--path

Vía de acceso para la ruta HTTP

--port

Puerto para la ruta TCP

--random-port

Crear un puerto aleatorio para la ruta TCP

VÉASE TAMBIÉN

create-route, routes