new column in `cf routes` output


Koper, Dies <diesk@...>
 

As part of exposing routes with a path functionality we want to squeeze in a new column in the output of the `cf routes` command:

$cf routes
Getting routes as diesk ...

space host domain path apps
dev app1 example.com app1
dev app2 example.com app2
dev app3 example.com /foo app3

The "path" column is new.
It makes most sense to put it right after 'domain' (as the resulting route would be "example.com/foo" for app3), but naturally that would break any scripts you may have that rely on the application name to be positioned in the 4th column where it currently is.

Please let me know if you would be massively inconvenienced by this change.

We'd like to include this change in our cf CLI release v6.15.0 later this month.
Also, we may want to squeeze in another column soon ("port", between "domain" and "path").

Cheers,
Dies Koper
Cloud Foundry CLI PM

Join cf-dev@lists.cloudfoundry.org to automatically receive all group messages.