(branches {[_ org-name repo] :match})
gh branches <org-name>/<repo> # list branches for <org-name>/<repo>
gh branches <org-name>/<repo> # list branches for <org-name>/<repo>
(contributors-since-cmd {[_ org-name repo n unit] :match
chat-source :chat-source})
gh contributors <org>/<repo-name> since <n> <minutes|hours|days|weeks|months> ago # list contributors in order of commits since a given time
gh contributors <org>/<repo-name> since <n> <minutes|hours|days|weeks|months> ago # list contributors in order of commits since a given time
(feed {[_ org-name] :match})
gh feed <org-name> # list recent activity for <org-name>
gh feed <org-name> # list recent activity for <org-name>
(format-release release org-name repo)
Displays information about a release
Displays information about a release
(incidents _)
gh incidents # show all recent GitHub system status messages
gh incidents # show all recent GitHub system status messages
(list-releases-info-cmd {[_ org-name repo] :match})
gh releases <org>/<repo-name> # list releases for a Github repository
gh releases <org>/<repo-name> # list releases for a Github repository
(pull-requests {[_ org-name] :match})
gh pr <org-name> # list open pull requests for <org-name>
gh pr <org-name> # list open pull requests for <org-name>
(report-if-error response)
Given a response, try to detect if it's non-successful, and if so report the error; otherwise return nil
Given a response, try to detect if it's non-successful, and if so report the error; otherwise return nil
(repos {match :match})
gh repos # list repos for the first configured org gh repos <org-name> # list repos under <org-name>
gh repos # list repos for the first configured org gh repos <org-name> # list repos under <org-name>
(search-code-cmd {[_ query] :match})
gh search <query> # search GitHub code for <query>
gh search <query> # search GitHub code for <query>
(search-repos-cmd {[_ query] :match})
gh search repos <query> # search GitHub repos for <query>
gh search repos <query> # search GitHub repos for <query>
(search-topics-cmd {[_ query] :match})
gh search topics <query> # search GitHub topics for <query>
gh search topics <query> # search GitHub topics for <query>
(set-topics-cmd {[_ owner repo items] :match opts :opts})
gh topics set <owner>/<repo> <collection or space-separated list of topics>
gh topics set <owner>/<repo> <collection or space-separated list of topics>
(show-latest-release-info-cmd {[_ org-name repo] :match})
gh releases show <org>/<repo-name> # retrieve info about the latest release on a Github repository
gh releases show <org>/<repo-name> # retrieve info about the latest release on a Github repository
(show-release-info-by-tag-cmd {[_ org-name repo tag] :match})
gh releases show <org>/<repo-name> <tag> # retrieve info about a specific release tag on a Github repository
gh releases show <org>/<repo-name> <tag> # retrieve info about a specific release tag on a Github repository
(stats-cmd {[_ org-name repo] :match})
gh stats <org>/<repo-name> # commits, additions, deletions
gh stats <org>/<repo-name> # commits, additions, deletions
(status _)
gh status # show GitHub's current system status
gh status # show GitHub's current system status
(tags {[_ org-name repo] :match})
gh tags <org-name>/<repo> # list the tags for <org-name>/<repo>
gh tags <org-name>/<repo> # list the tags for <org-name>/<repo>
(topics-cmd {[_ user repo] :match})
gh topics <org-name>/<repo> # list topics for a repo
gh topics <org-name>/<repo> # list topics for a repo
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close