Bug 979238

Summary: [RFE]return successful message for command 'bkr group-modify ...'
Product: [Retired] Beaker Reporter: wangjing <jingwang>
Component: command lineAssignee: beaker-dev-list
Status: CLOSED NOTABUG QA Contact: tools-bugs <tools-bugs>
Severity: low Docs Contact:
Priority: low    
Version: developCC: asaha, dcallagh, llim, qwan, rglasz, rmancy
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-28 03:36:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description wangjing 2013-06-28 03:33:57 UTC
Description of problem:
now no message returned for command 'bkr group-modify ...' when successfully

Version-Release number of selected component (if applicable):
beaker-devel Version - 0.13.1

How reproducible:
always

Steps to Reproduce:
1. run bkr group-modify --remove-member Account Group_name or bkr group-modify --add-member Account Group_name
2.
3.

Actual results:
no message returned when successfully

Expected results:
hope to return messages, that will be much clear.

Additional info:

Comment 1 Amit Saha 2013-06-28 03:36:56 UTC
The current CLI tools are such that they do not return any message on success (in most of the cases) where it doesn't have anything to return (Like a "Success" message). 

You will notice the same with most tools. You will get an exception only when something goes wrong.