Forrest logo
back to context overview

gh-api

List of commands for gh-api:

  • gh-api:tldr:0098f gh-api: Display the result of a GraphQL query in JSON format.
    $ gh api graphql --field ${name=':repo'} --raw-field '${query}'
    try on your machine
    explain this command
  • gh-api:tldr:4de5c gh-api: Include the HTTP response headers in the output.
    $ gh api --include ${endpoint}
    try on your machine
    explain this command
  • gh-api:tldr:51da4 gh-api: Send a request to a specific GitHub Enterprise Server.
    $ gh api --hostname ${github-example-com} ${endpoint}
    try on your machine
    explain this command
  • gh-api:tldr:a170a gh-api: Display the releases for the current repository in JSON format.
    $ gh api repos/:owner/:repo/releases
    try on your machine
    explain this command
  • gh-api:tldr:d87ea gh-api: Create a reaction for a specific issue.
    $ gh api --header ${Accept:application-vnd-github-squirrel-girl-preview+json} --raw-field '${content=+1}' ${repos-:owner-:repo-issues-123-reactions}
    try on your machine
    explain this command
  • gh-api:tldr:e97dd gh-api: Do not print the response body.
    $ gh api --silent ${endpoint}
    try on your machine
    explain this command
  • github:api:help gh-api: Display the subcommand help.
    $ gh api --help
    try on your machine
    explain this command
back to context overview