LinuxCommandLibrary

hub-issue

manages GitHub issues from the command line

TLDR

List open issues

$ hub issue
copy
List issues with labels
$ hub issue -l [bug]
copy
Create new issue
$ hub issue create
copy
Create with title and body
$ hub issue create -m "[title]" -m "[body]"
copy
Show specific issue
$ hub issue show [123]
copy
List assignee's issues
$ hub issue -a [username]
copy

SYNOPSIS

hub issue [subcommand] [options]

DESCRIPTION

hub issue manages GitHub issues from the command line. List, create, and view issues without leaving the terminal.

PARAMETERS

-l, --label label

Filter by label.
-a, --assignee user
Filter by assignee.
-s, --state state
Filter by state (open, closed, all).
-m, --message msg
Issue title/body.

SUBCOMMANDS

list

List issues (default).
create
Create new issue.
show number
Display issue details.
labels
List available labels.

CAVEATS

Hub is deprecated. Consider using gh issue instead.

SEE ALSO

hub(1), gh-issue(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community