route - Cloud Foundry CLI Reference Guide


NAME

route - Display route details and mapped destinations

USAGE

Display an HTTP route: cf route DOMAIN [--hostname HOSTNAME] [--path PATH] Display a TCP route: cf route DOMAIN --port PORT

EXAMPLES

cf route example.com # example.com cf route example.com -n myhost --path foo # myhost.example.com/foo cf route example.com --path foo # example.com/foo cf route example.com --port 5000 # example.com:5000

ALIAS

ro

OPTIONS

--hostname, -n

Hostname used to identify the HTTP route

--path

Path used to identify the HTTP route

--port

Port used to identify the TCP route

SEE ALSO

create-route, delete-route, routes