SteeltoeOSS / Tooling

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

display delegated command and command output #47

Closed ccheetham closed 5 years ago

ccheetham commented 5 years ago

It'd be useful to see what st is doing on behalf of the developer. E.g., when deploying a service to Cloud Foundry, the command cf create-service ... is run when a service is deployed.

Example that uses a verbose switch:

$ st deploy
Deploying service 'myredis'
$ st undeploy
Undeploying service 'myredis'

$ st deploy -v
Deploying service 'myredis'
cf create-service p-redis shared-vm myredis
Creating service instance myredis in org pivot-ccheetham / space playground as ccheetham@pivotal.io...
OK
$ st undeploy
Undeploying service 'myredis'
f delete-service myredis -f
Deleting service myredis in org pivot-ccheetham / space playground as ccheetham@pivotal.io...
OK
cf-gitbot commented 5 years ago

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

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

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