map-route - Cloud Foundry CLI Reference Guide


이름

map-route - 앱에 URL 라우트 추가

사용법

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

옵션

--hostname, -n

HTTP 라우트에 대한 호스트 이름(공유 도메인의 경우 필수)

--path

HTTP 라우트에 대한 경로

--port

TCP 라우트에 대한 포트

--random-port

TCP 라우트에 대한 랜덤 포트 작성

다음도 참조

create-route, routes