From ceb98a640383bcac82e3dc29904c398da140b6d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CEli?= Date: Thu, 29 Feb 2024 19:22:06 +0000 Subject: [PATCH] --- merge/command-line.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 merge/command-line.md diff --git a/merge/command-line.md b/merge/command-line.md new file mode 100644 index 00000000..6a04a6cf --- /dev/null +++ b/merge/command-line.md @@ -0,0 +1,26 @@ +--- +description: >- + The Trunk CLI procides command-line acccess to your merge queue. +--- + +# Merge from the CLI + +### Command Line + +| trunk merge \ | Description | +| -------------------------------- | ------------------------------------------------------------------------------ | +| `status` | list status of the merge queue, provides a snapshot of current activity in the merge queue | +| `{PR_NUMBER}` | Insert the specified pull request into the merge queue | +| `cancel ` | Remove the specified pull request from the merge queue | + + +### Login + +The Trunk [plugins repo](https://github.com/trunk-io/plugins) ships with a collection of tools that can help supercharge your repository and provide examples for how to write your own. To see a list of tools that you can enable in your own repo run: + +```shell +trunk tools list +``` + +

list of available and enabled tools

+