Just putting a thought here
Common commands can be automatically given an alias if they fit in one of the common RPC formats. EG:
ListFoobar -> list
CreateBaz -> create
Works even better if you can alias the service as well but thats probably harder
grpctl FoobarService ListFoobar
becomes