Linux command
glab-issue 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List issues
glab issue list
Create issue
glab issue create
View issue
glab issue view [number]
Close issue
glab issue close [number]
Reopen issue
glab issue reopen [number]
Create with title
glab issue create -t "[title]" -d "[description]"
说明
glab issue manages GitLab issues from the command line. It provides subcommands for creating, viewing, listing, closing, and commenting on issues without leaving the terminal.
参数
- -t, --title _title_
- Issue title.
- -d, --description _text_
- Issue description.
- -l, --label _labels_
- Add labels (comma-separated).
- -a, --assignee _users_
- Assign users (comma-separated usernames).
- -m, --milestone _name_
- Assign milestone.
- -c, --confidential
- Create as a confidential issue.
- -w, --web
- Open in browser.
FAQ
What is the glab-issue command used for?
glab issue manages GitLab issues from the command line. It provides subcommands for creating, viewing, listing, closing, and commenting on issues without leaving the terminal.
How do I run a basic glab-issue example?
Run `glab issue list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -t, --title _title_ do in glab-issue?
Issue title.