SteeltoeOSS / Tooling

Steeltoe developer tool collection
https://steeltoe.io/
Apache License 2.0
12 stars 7 forks source link

CLI feedback for missing environment support for service needs improvement #37

Closed ccheetham closed 4 years ago

ccheetham commented 5 years ago

If an environment is missing support for a service, the CLI reports unhelpful message:

$ st add trace zipkin
$ st target cloud-foundry
$  st deploy
Deploying service 'trace'
The given key 'zipkin' was not present in the dictionary.

A better message might be:

$  st deploy
Ignoring unsupported service 'trace'
cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/161183750

The labels on this github issue will be updated when the story is started.