LinuxCommandLibrary

gh-help

Display help about the GitHub CLI command.

TLDR

Display general help

$ gh help
copy


Display help for the gh help subcommand
$ gh help --help
copy


Display help about environment variables that can be used with gh
$ gh help environment
copy


Display a markdown reference of all gh commands
$ gh help reference
copy


Display help about formatting JSON output from gh using jq
$ gh help formatting
copy


Display help about using gh with MinTTY
$ gh help mintty
copy


Display help for a subcommand
$ gh help [subcommand]
copy


Display help for a subcommand action
$ gh help [pr] [create]
copy

Copied to clipboard