Website | Source | gh reference

Core

auth (Authenticate gh and git with GitHub)

browse (Open the repository in the browser)

codespace (Connect to and manage your codespaces)

gist (Manage gists)

issue (Manage issues)

pr (Manage pull requests)

release (Manage releases)

repo (Manage repositories)

Actions

run (View details about workflow runs)

workflow (View details about GitHub Actions workflows)

Additional

alias

Create command shortcuts

api

Make an authenticated GitHub API request

completion

Generate shell completion scripts

config

Manage configuration for gh

extension

Manage gh extensions

Creating extensions

gh create extension create: Prompts for name and language: Script (bash, Ruby, Python), Go, or "Other precompiled" (C++, Rust, etc).

The repository name must start with gh-. The rest of the repository name is the name of the extension. The repository must have an executable file at its root with the same name as the repository or a set of precompiled binary executables attached to a release.

Example: gh-whoami

gpg-key

Manage GPG keys

label

Manage labels

search

Search for repositories, issues, pull requests and users

secret

Manage GitHub secrets

ssh-key

Manage SSH keys

status

Print information about relevant issues, pull requests, and notifications across repositories


Tags: cloud   github   tool  

Last modified 10 April 2022