create-route - Cloud Foundry CLI Reference Guide


이름

create-route - 나중에 사용하기 위해 영역에 URL 라우트 작성

사용법

Create an HTTP route: cf create-route SPACE DOMAIN [--hostname HOSTNAME] [--path PATH] Create a TCP route: cf create-route SPACE DOMAIN (--port PORT | --random-port)

EXAMPLES

cf create-route my-space example.com # example.com cf create-route my-space example.com --hostname myapp # myapp.example.com cf create-route my-space example.com --hostname myapp --path foo # myapp.example.com/foo cf create-route my-space example.com --port 5000 # example.com:5000

옵션

--hostname, -n

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

--path

HTTP 라우트에 대한 경로

--port

TCP 라우트에 대한 포트

--random-port

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

다음도 참조

check-route, domains, map-route