Skip to main content

Referencia del CLI de GitHub

Puedes ver todos los comandos de GitHub CLI en su terminal. La misma información está disponible en el manual GitHub CLI.

To view all top-level GitHub CLI commands, enter gh without arguments.

gh

To list all of the subcommands that you can use with a GitHub CLI command, use the top-level command without arguments.

gh COMMAND

For example, to view the environment variables that you can set to affect certain aspects of GitHub CLI, use the environment command.

gh environment

To view the configuration settings that you can set, use the config command.

gh config

To view help for a particular subcommand, use the --help flag.

gh COMMAND [SUBCOMMAND ...] --help

All of the information that's available by running these commands in the terminal is also included in the GitHub CLI online manual.