ait patchset — Complete Reference
Publish and inspect Change candidates, select the current candidate, and manage its CI request state.
Audience: Coding agents and CI operators
Operating boundary#
Purpose: Publish and inspect Change candidates, select the current candidate, and manage its CI request state.
Effect class: Remote candidate, selection, and CI-state mutation with read-only inspection operations.
Coverage: 7 public help surfaces under ait patchset.
The blocks below preserve the RC.6 binary output in full, including every emitted argument, option, default, possible value, conflict, and requirement.
Complete command tree#
ait patchset
ait patchset publish
ait patchset list
ait patchset show
ait patchset select
ait patchset ci-status
ait patchset rerun-ciExact emitted help#
ait patchset#
Reference description: Publish and inspect Change candidates, select the current candidate, and manage its CI request state.
The RC.6 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.
Usage: ait patchset <COMMAND>
Commands:
publish
list
show
select
ci-status
rerun-ci
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print helpait patchset publish#
Reference description: Publish a summarized candidate for one exact Change.
The RC.6 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.
Usage: ait patchset publish [OPTIONS] --change <CHANGE> --summary <SUMMARY>
Options:
--change <CHANGE>
--summary <SUMMARY>
--author-mode <AUTHOR_MODE>
--remote <REMOTE>
--json
-h, --help Print helpait patchset list#
Reference description: List Patchsets published for one Change.
The RC.6 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.
Usage: ait patchset list [OPTIONS] --change <CHANGE>
Options:
--change <CHANGE>
--remote <REMOTE>
--repo <REPO>
--json
-h, --help Print helpait patchset show#
Reference description: Show one Patchset and its selected evidence and result state.
The RC.6 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.
Usage: ait patchset show [OPTIONS] <PATCHSET_ID>
Arguments:
<PATCHSET_ID>
Options:
--remote <REMOTE>
--repo <REPO>
--change <CHANGE>
--json
-h, --help Print helpait patchset select#
Reference description: Make one published Patchset the current selected candidate for its Change.
The RC.6 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.
Usage: ait patchset select [OPTIONS] --change <CHANGE> <PATCHSET_ID>
Arguments:
<PATCHSET_ID>
Options:
--change <CHANGE>
--remote <REMOTE>
--json
-h, --help Print helpait patchset ci-status#
Reference description: Show the selected CI request and result state for one Patchset.
The RC.6 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.
Usage: ait patchset ci-status [OPTIONS] <PATCHSET_ID>
Arguments:
<PATCHSET_ID>
Options:
--remote <REMOTE>
--recent-limit <RECENT_LIMIT> [default: 10]
--json
-h, --help Print helpait patchset rerun-ci#
Reference description: Request another CI execution for one Patchset under the emitted controls.
The RC.6 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.
Usage: ait patchset rerun-ci [OPTIONS] <PATCHSET_ID>
Arguments:
<PATCHSET_ID>
Options:
--remote <REMOTE>
--trigger <TRIGGER> [default: manual_rerun]
--json
-h, --help Print help