Github user ahgittin commented on the issue:
https://github.com/apache/brooklyn-client/pull/53
@geomacy as discussed at
https://github.com/apache/brooklyn-server/pull/672#issuecomment-306182000 (and
this PR only does anything with that merged, else it is safe but no-op) this
supports displaying the additional message eg
```
% target/br catalog add file:///tmp/test672a.zip
Updated io.cloudsoft.cli44:0.12.0.SNAPSHOT as existing ID kbhxoi0ln4
* myTestEnt:0.12.0.SNAPSHOT
* myOtherTest:0.12.0.SNAPSHOT
* testent1:0.12.0.SNAPSHOT
```
instead of
```
% target/br catalog add file:///tmp/test672a.zip
myTestEnt:0.12.0.SNAPSHOT
myOtherTest:0.12.0.SNAPSHOT
testent1:0.12.0.SNAPSHOT
```
but falling back to that latter output if detail isn't available (old
server version, or not uploading a bundle/directory)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---