Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 888 Bytes

command-line.md

File metadata and controls

8 lines (5 loc) · 888 Bytes
description
Interacting with your merge queue from the command line

Command Line

trunk merge <command>Description
statusdisplay snapshot of activity in the merge queue including recently merged, currently testing, and enqueued pull requests
status <pr-number>display merge queue history for the pull request
<pr-number>insert the specified pull request into the merge queue
cancel <pr-number> remove a pull request from the merge queue
pause[admin only] pause the merge queue processing
resume[admin only] resume merge queue processing