I am looking for a CLI solution for adding a comment to a set of gerrit review returned by using its query interface.
Imagine that I have query string like "project:foobar branch:obsoleted status:open"
and I want to notify all users to abandon their CR and raise them against the new branch.
How can I do this?
A bash or python solution would be desirable, if possible.