https://github.com/github/gh-es
GitHub's official command line tool for Enterprise Server
https://github.com/github/gh-es
gh-extension
Last synced: 5 months ago
JSON representation
GitHub's official command line tool for Enterprise Server
- Host: GitHub
- URL: https://github.com/github/gh-es
- Owner: github
- License: mit
- Created: 2023-09-13T08:52:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T17:35:38.000Z (10 months ago)
- Last Synced: 2025-05-15T18:40:04.466Z (10 months ago)
- Topics: gh-extension
- Homepage: https://gh.io/about-gh-es-cli
- Size: 26.4 KB
- Stars: 19
- Watchers: 145
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
- awesome-gh-extensions - github/gh-es - 12-22 | GitHub's official command line tool for Enterprise Server | (🧩 Categories / Issue / PR Management)
README
# GitHub Enterprise Server CLI
This is the management tool for GitHub Enterprise Server (GHES) on the command line.
## Installation
`gh es` is available for installation as a `gh` CLI extension, and as a downloadable binary from the [releases page](https://github.com/github/gh-es/releases/latest).
In order to use it as a [CLI extension](https://cli.github.com/manual/gh_extension_install), you must have the GitHub CLI [installed](https://github.com/cli/cli/#installation).
To install the latest version, use:
```bash
gh extension install github.com/github/gh-es
```
Please make sure to install the correct version of the CLI extension which matches the release version (e.g. `3.17.0`) of your GHES installation, by pinning to the latest patch for the corresponding release series:
```bash
gh extension install github.com/github/gh-es --pin v3.17.0
```
## Supported versions
The following versions of GHES are supported by this CLI. Please refer to the [USAGE](./USAGE.md) for more information on how to use the CLI commands of each release.
* [3.13](https://github.com/github/gh-es/blob/3.13/README.md)
* [3.14](https://github.com/github/gh-es/blob/3.14/README.md)
* [3.15](https://github.com/github/gh-es/blob/3.15/README.md)
* [3.16](https://github.com/github/gh-es/blob/3.16/README.md)
* [3.17](https://github.com/github/gh-es/blob/main/README.md)
## Usage
For more information on how to use the CLI and its commands, please see the [USAGE](./USAGE.md) documentation.
## License
This project is licensed under the terms of the MIT open source license. Please refer to [LICENSE](./LICENSE.md) for the full terms.
## Support
See [SUPPORT](./SUPPORT.md).
## Contributing
See [CONTRIBUTING](./CONTRIBUTING.md).