github.com/zaquestion/lab@v0.25.1/docs/lab_mr_delete.md (about) 1 ## lab mr delete 2 3 Delete a merge request on GitLab 4 5 ### Synopsis 6 7 Delete a specific merge request or the one created on the default 8 of the main remote. 9 10 ``` 11 lab mr delete [remote] [<MR id or branch>] [flags] 12 ``` 13 14 ### Examples 15 16 ``` 17 lab mr delete upstream 22 18 ``` 19 20 ### Options 21 22 ``` 23 -h, --help help for delete 24 ``` 25 26 ### Options inherited from parent commands 27 28 ``` 29 --debug Enable debug logging level 30 --no-pager Do not pipe output into a pager 31 --quiet Turn off any sort of logging. Only command output is printed 32 ``` 33 34 ### SEE ALSO 35 36 * [lab mr](lab_mr.md) - Describe, list, and create merge requests 37 38 ###### Auto generated by spf13/cobra on 27-Jun-2022