create-route - Cloud Foundry CLI Reference Guide


NAME

create-route - URL-Route in einem Bereich zur späteren Verwendung erstellen

VERWENDUNG

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

Optionen

--hostname, -n

Hostname für die HTTP-Route (für gemeinsam genutzte Domänen erforderlich)

--path

Pfad für die HTTP-Route

--port

Port für die TCP-Route

--random-port

Zufälligen Port für die TCP-Route erstellen

SIEHE AUCH

check-route, domains, map-route