| title | GitHub CLI reference | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| intro | You can view all of the {% data variables.product.prodname_cli %} commands in your terminal or in the {% data variables.product.prodname_cli %} manual. | ||||||||
| versions |
|
||||||||
| topics |
|
||||||||
| type | reference |
To view all top-level {% data variables.product.prodname_cli %} commands, see the {% data variables.product.prodname_cli %} manual or call gh without arguments.
ghTo list all commands under a specific group, use the top-level command without arguments. For example, to list commands for managing repositories:
gh repoTo view the environment variables that can be used with {% data variables.product.prodname_cli %}, see the {% data variables.product.prodname_cli %} manual or use the environment command.
gh environmentTo view the configuration settings that can be used with {% data variables.product.prodname_cli %}, see the {% data variables.product.prodname_cli %} manual or use the config command.
gh config