mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 15:56:01 +00:00
Update cheatsheets
This commit is contained in:
33
glab-issue
Normal file
33
glab-issue
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# glab issue
|
||||
|
||||
> Manage GitLab issues.
|
||||
> More information: <https://glab.readthedocs.io/en/latest/issue>.
|
||||
|
||||
- Display a specific issue:
|
||||
|
||||
`glab issue view {{issue_number}}`
|
||||
|
||||
- Display a specific issue in the default web browser:
|
||||
|
||||
`glab issue view {{issue_number}} --web`
|
||||
|
||||
- Create a new issue in the default web browser:
|
||||
|
||||
`glab issue create --web`
|
||||
|
||||
- List the last 10 issues with the `bug` label:
|
||||
|
||||
`glab issue list --per-page {{10}} --label "{{bug}}"`
|
||||
|
||||
- List closed issues made by a specific user:
|
||||
|
||||
`glab issue list --closed --author {{username}}`
|
||||
|
||||
- Reopen a specific issue:
|
||||
|
||||
`glab issue reopen {{issue_number}}`
|
||||
Reference in New Issue
Block a user