Keep track of upcoming dates in your roadmap by visualizing the due dates of your milestones, iteration durations and breaks, and additional date fields as vertical markers. Configure these from the Markers menu to display them on the view.
Interact with projects, items, and fields from your favorite terminal with the GitHub CLIprojects extension.
To install the extension in gh:
$ gh extension install github/gh-projects
$ gh extension install github/gh-projects
Usage:
$ gh projects -h
Work with GitHub Projects. Note that the token you areusing must have 'project'scope, which isnotsetby default. You can verify your token scopebyrunning'gh auth status'andadd the project scopebyrunning'gh auth refresh -s project'.
Usage:
projects [command]
Available Commands:
closeClose a project
copyCopy a project
createCreate a project
deleteDelete a project
edit Edit a project
field-createCreate a field in a project
field-deleteDelete a field in a project
field-list List the fields in a project
help Help about any command
item-addAdd a pull request or an issue to a project
item-archive Archive an item in a project
item-createCreate a draft issue item in a project
item-deleteDelete an item from a project
item-edit Edit a draft issue in a project
item-list List the items in a project
list List the projects for a useror organization
viewView a project
Flags:
-h, --help help for projects
Use "projects [command] --help" for more information about a command.
$ gh projects -h
Work with GitHub Projects. Note that the token you are using must have 'project' scope, which is not set by default. You can verify your token scope by running 'gh auth status' and add the project scope by running 'gh auth refresh -s project'.
Usage:
projects [command]
Available Commands:
close Close a project
copy Copy a project
create Create a project
delete Delete a project
edit Edit a project
field-create Create a field in a project
field-delete Delete a field in a project
field-list List the fields in a project
help Help about any command
item-add Add a pull request or an issue to a project
item-archive Archive an item in a project
item-create Create a draft issue item in a project
item-delete Delete an item from a project
item-edit Edit a draft issue in a project
item-list List the items in a project
list List the projects for a user or organization
view View a project
Flags:
-h, --help help for projects
Use "projects [command] --help" for more information about a command.