Releases: amlight/ghs
Releases · amlight/ghs
v1.2.0
v1.0.0
Initial ghs
release with the following functionalities:
NAME
ghs
SYNOPSIS
ghs COMMAND
COMMANDS
COMMAND is one of the following:
org_repos
List org repos.
org_repos_by_attr
List org repos by attr.
org_repos_default_labels_create
Create priority labels for all repos.
org_repos_labels
List labels of an org indexed by their repos.
org_repos_labels_create
Create labels in an org.
org_repos_labels_delete
Delete labels of an org.
repo_label_create
Create a label.
repo_label_delete
Delete a repo label.
repo_labels
List repo labels.
repo_labels_by_attr
List repo labels by attr.
repo_labels_delete
Delete labels of repo idempotently.
search
Search issues and PRs, the query_expr is an expression that GitHub search supports
such as 'org:some_org label:some_label'.
search_issues_add_labels
Add labels to issues given a search query_expr