create-route - Cloud Foundry CLI Reference Guide


NOME

create-route - Create a route for later use

UTILIZZO

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

OPZIONI

--hostname, -n

Nome host per la rotta HTTP (richiesto per i domini condivisi)

--path

Percorso per la rotta HTTP

--port

Port for the TCP route (default: random port)

VEDI ANCHE

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