As an admin, I want to be able to see what routes map to what applications/org/space
Perhaps this feature already exists but I'm not sure what command to run.
When there is a routing conflict "already being used" I am unsure how to hunt down what application (in what org/space) has mapped that route.
Perhaps show columns "organization", "space" in the cf routes command?
@drnic what if we had something like this that you could use to find information about a specific route?
$ cf route my-app.example.com
host: my-app
domain: example.com
app: my-fun-app
space: development
organization: example-org
How would you expect this to work if you were an admin vs. if you were only an org manager and maybe didn't have visibility in to the offending org/space/app?
Adding the proposed columns would get you there, but you're still scanning all the routes looking for the offending one. Plus, the help at least says that cf routes only lists routes for a space, not org - not sure if that's accurate without looking at the code.
Yeah that would be very helpful.
We'll get @jrichard to take a look at getting some priority around this feature
If we can agree on the feature, the you or I can get it done. I've learnt not to do UX changes on cf/bosh without discussion first :)
On Wed, Aug 28, 2013 at 3:09 PM, Will Read [email protected] wrote:
We'll get @jrichard to take a look at getting some priority around this feature
Reply to this email directly or view it on GitHub: https://github.com/cloudfoundry/cf/issues/44#issuecomment-23452216
We'd gladly accept a pull request with the appropriate specs to go with it!
On Wed, Aug 28, 2013 at 3:11 PM, Dr Nic Williams [email protected]:
If we can agree on the feature, the you or I can get it done. I've learnt not to do UX changes on cf/bosh without discussion first :)
On Wed, Aug 28, 2013 at 3:09 PM, Will Read [email protected] wrote:
We'll get @jrichard to take a look at getting some priority around this
feature
Reply to this email directly or view it on GitHub: https://github.com/cloudfoundry/cf/issues/44#issuecomment-23452216
— Reply to this email directly or view it on GitHubhttps://github.com/cloudfoundry/cf/issues/44#issuecomment-23452339 .