automationbroker / apb

A CLI tool for listing and deploying Service Bundles
http://automationbroker.io
Apache License 2.0
62 stars 13 forks source link

Add `--watch` opsion to provision #125

Closed vpavlin closed 6 years ago

vpavlin commented 6 years ago

Would it be possible to add --watch option to apb bundle provision command?

Currently I call provision, it returns name of the pod and I have to either call another command, or go to OS console to know the result of the provision. Being able to get output of bundle run directly would be super convenient

vpavlin commented 6 years ago

Ah...This is implemented by --follow..I'll read the docs more carefully next time