Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
glab(1)								       glab(1)

NAME
       glab-issue - Work with GitLab issues.

SYNOPSIS
       glab issue [command] [flags]

DESCRIPTION
       Work with GitLab	issues.

OPTIONS
       -R, --repo=""	  Select another repository. Can use either OWNER/REPO
       or GROUP/NAMESPACE/REPO format. Also accepts full URL or	Git URL.

OPTIONS	INHERITED FROM PARENT COMMANDS
       -h, --help[=false]      Show help for this command.

EXAMPLE
       $ glab issue list
       $ glab issue create --label --confidential
       $ glab issue view --web 123
       $ glab issue note -m "closing because !123 was merged" <issue number>

SEE ALSO
       glab(1),	  glab-issue-board(1),	 glab-issue-close(1),  glab-issue-cre-
       ate(1), glab-issue-delete(1),  glab-issue-list(1),  glab-issue-note(1),
       glab-issue-reopen(1),	 glab-issue-subscribe(1),    glab-issue-unsub-
       scribe(1), glab-issue-update(1),	glab-issue-view(1)

Auto generated by spf13/cobra	   Nov 2025			       glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-issue&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help