github.com/zaquestion/lab@v0.25.1/docs/lab_merge-request.md (about)

     1  ## lab merge-request
     2  
     3  Open a merge request on GitLab
     4  
     5  ### Synopsis
     6  
     7  Creates a merge request (default: MR created on default branch of origin)
     8  
     9  ```
    10  lab merge-request [remote [branch]] [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16        --allow-collaboration    allow commits from other members
    17    -a, --assignee strings       set assignee by username; can be specified multiple times for multiple assignees
    18    -c, --cover-letter           do not comment changelog and diffstat
    19        --draft                  mark the merge request as draft
    20    -F, --file string            use the given file as the Description
    21        --force-linebreak        append 2 spaces to the end of each line to force markdown linebreaks
    22    -h, --help                   help for merge-request
    23    -l, --label strings          add label <label>; can be specified multiple times for multiple labels
    24    -m, --message stringArray    use the given <msg>; multiple -m are concatenated as separate paragraphs
    25        --milestone string       set milestone by milestone title or ID
    26    -d, --remove-source-branch   remove source branch from remote after merge
    27    -s, --squash                 squash commits when merging
    28  ```
    29  
    30  ### Options inherited from parent commands
    31  
    32  ```
    33        --no-pager   Do not pipe output into a pager
    34  ```
    35  
    36  ### SEE ALSO
    37  
    38  * [lab](index.md)	 - lab: A GitLab Command Line Interface Utility
    39  
    40  ###### Auto generated by spf13/cobra on 15-Mar-2021