hub-issue(1) | hub manual | hub-issue(1) |
hub-issue - Manage GitHub Issues for the current repository.
hub issue [-a ASSIGNEE] [-c CREATOR] [-@
USER] [-s STATE] [-f FORMAT] [-M MILESTONE] [-l
LABELS] [-d DATE] [-o SORT_KEY [-^]] [-L
LIMIT]
hub issue show [-f FORMAT] NUMBER
hub issue create [-oc] [-m MESSAGE|-F FILE] [--edit] [-a
USERS] [-M MILESTONE] [-l LABELS]
hub issue update NUMBER [-m MESSAGE|-F FILE]
[--edit] [-a USERS] [-M MILESTONE] [-l LABELS] [-s
STATE]
hub issue labels [--color]
hub issue transfer NUMBER REPO
With no arguments, show a list of open issues.
show
create
update
labels
transfer
-a, --assignee ASSIGNEE
-a, --assign USERS
-c, --creator CREATOR
-@, --mentioned USER
-s, --state STATE
-f, --format FORMAT
%I: issue number
%i: issue number prefixed with "#"
%U: the URL of this issue
%S: state (i.e. "open", "closed")
%sC: set color to red or green, depending on issue state.
%t: title
%l: colored labels
%L: raw, comma-separated labels
%b: body
%au: login name of author
%as: comma-separated list of assignees
%Mn: milestone number
%Mt: milestone title
%NC: number of comments
%Nc: number of comments wrapped in parentheses, or blank string if zero.
%cD: created date-only (no time of day)
%cr: created date, relative
%ct: created date, UNIX timestamp
%cI: created date, ISO 8601 format
%uD: updated date-only (no time of day)
%ur: updated date, relative
%ut: updated date, UNIX timestamp
%uI: updated date, ISO 8601 format
%n: newline
%%: a literal %
--color[=WHEN]
-m, --message MESSAGE
When multiple --message are passed, their values are concatenated with a blank line in-between.
When neither --message nor --file were supplied to issue create, a text editor will open to author the title and description in.
-F, --file FILE
-e, --edit
-o, --browse
-c, --copy
-M, --milestone NAME
When opening an issue, add this issue to a GitHub milestone with the name NAME. Passing the milestone number is deprecated.
-l, --labels LABELS
When opening an issue, add a comma-separated list of labels to this issue.
-d, --since DATE
-o, --sort KEY
-^ --sort-ascending
-L, --limit LIMIT
--include-pulls
--color
18 Jul 2021 | hub version 2.14.2 |