GitHub CLI reference
You can view all of the GitHub CLI commands in your terminal. The same information is available in the GitHub CLI manual.
To view all top-level GitHub CLI commands, entergh without arguments.
ghTo list all of the subcommands that you can use with a GitHub CLI command, use the top-level command without arguments.
gh COMMANDFor example, to view the environment variables that you can set to affect certain aspects of GitHub CLI, use theenvironment command.
gh environmentTo view the configuration settings that you can set, use theconfig command.
gh configTo view help for a particular subcommand, use the--help flag.
gh COMMAND [SUBCOMMAND ...] --helpAll of the information that's available by running these commands in the terminal is also included in theGitHub CLI online manual.