# GitHub Command Line Interface

# What is

gh (opens new window) pretends to facilitate the access to GitHub from the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.

# Version

➜  dmsi2223apuntes git:(master) ✗ gh --version
 gh --version
gh version 2.20.2 (2022-11-15)
https://github.com/cli/cli/releases/tag/v2.20.2
1
2
3
4

# Help

# Installation

To install it, see the installation instructions (opens new window).

Check the GitHub CLI Manual (opens new window) for more details.

# Ways to extend gh-cli

There are several ways you can extend/customize gh:

# Running Manually GitHub Workflows with gh

# The --json flag

# References

Last Updated: a year ago