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 路徑 (route) 的路徑 (path)

--port

TCP 路徑的埠

--random-port

建立 TCP 路徑的隨機埠

另請參閱

create-route, routes