mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-18 12:15:43 +02:00
glab-issue: add page (#7615)
This commit is contained in:
parent
0316207aeb
commit
0c8ed2af5c
1 changed files with 24 additions and 0 deletions
24
pages/common/glab-issue.md
Normal file
24
pages/common/glab-issue.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# glab issue
|
||||
|
||||
> Manage GitLab issues from the command-line.
|
||||
> More information: <https://glab.readthedocs.io/en/latest/issue>.
|
||||
|
||||
- Display a specific issue:
|
||||
|
||||
`glab issue view {{issue_number}}`
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue