Skip to content

Releases: amlight/ghs

v1.2.0

17 Mar 13:53
472fae1
Compare
Choose a tag to compare
  • Added repo_issue_create and org_repos_issue_create commands.
  • Augmented search command to support --max_retries=MAX_RETRIES and --min_retry_wait=MIN_RETRY_WAIT.

v1.0.0

08 Mar 20:19
0858e31
Compare
Choose a tag to compare

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