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