create-route - Cloud Foundry CLI Reference Guide


이름

create-route - Create a route for later use

사용법

Create an HTTP route: cf create-route DOMAIN [--hostname HOSTNAME] [--path PATH] Create a TCP route: cf create-route DOMAIN [--port PORT]

EXAMPLES

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

옵션

--hostname, -n

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

--path

HTTP 라우트에 대한 경로

--port

Port for the TCP route (default: random port)

다음도 참조

check-route, domains, map-route, routes, unmap-route