We're running Gerrit 2.13.4. I have an abandoned change that I want to delete. We have the force-draft plugin installed, so I was going to turn the review into a draft, then delete it. I was able to use force-draft, but ran into a problem with Gerrit not finding the review command:
[alawrence@localhost ~]$ ssh -p 29418 gerrit force-draft 6522,1
Patch set successfully set to draft.
Every patch set in change is draft, change set to draft.
[alawrence@localhost ~]$ ssh -p 29418 gerrit review --delete 6522,1
fatal: Gerrit Code Review: review: not found
Clearly, I am able to access the server over ssh and run a cli command, since force-draft worked, but I can't run other commands over ssh. It doesn't even find version:
[alawrence@localhost ~]$ ssh -p 29418 gerrit version
fatal: Gerrit Code Review: version: not found
Why would it let me run one command over ssh but not even be able to find the others?
thanks,
--Andrew