Documentation
¶
Overview ¶
Command client is a small operator CLI for the SubmitQueue gateway: submit a land request, read a request's status, and see what a queue is doing.
It exists so that driving a real queue does not require hand-assembling protobuf with grpcurl — in particular, `land -pr` turns a pull request URL into the change URI the pipeline wants, so nobody has to paste a 40-character commit SHA by hand.
Everything it does beyond parsing flags lives in submitqueue/client, so this file stays a thin front end and the same behaviour is available to any other tool that wants it.
Click to show internal directories.
Click to hide internal directories.