I have gerrit group named "UI_Developers"
I am using the following command to submit my changes for review:
git push origin HEAD:refs/for/master%r=abc@morg.com
But, I want to add all the members in the UI_Developers group as reviewers command line. Using UI this is easy, by using command line, any idea how to add an entire gerrit group as reviewer?
PS:ssh -p ...set-reviewers -a reviewer
method is quite cumbersome hence I am not looking for it.