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