mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 21:15:25 +02:00
711 B
711 B
glab issue
GitLab 이슈 관리. 더 많은 정보: https://gitlab.com/gitlab-org/cli/-/blob/main/docs/source/issue/index.md.
- 특정 이슈 표시:
glab issue view {{이슈_번호}}
- 기본 웹 브라우저에 특정 문제를 표시:
glab issue view {{이슈_번호}} {{[-w|--web]}}
- 기본 웹 브라우저에 새로운 이슈를 생성:
glab issue create --web
bug
라벨이 있는 최근 10개 문제를 나열:
glab issue list {{[-P|--per-page]}} {{10}} {{[-l|--label]}} "{{bug}}"
- 특정 사용자가 작성한 닫힌 이슈를 나열:
glab issue list {{[-c|--closed]}} --author {{사용자명}}
- 특정 이슈 다시 열기:
glab issue reopen {{이슈_번호}}