Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-23T14:00:54.000Z (2 months ago)
- Last Synced: 2024-09-30T00:05:49.024Z (about 1 month ago)
- Topics: gh-extension
- Homepage: https://gh.io/about-gh-es-cli
- Size: 18.6 KB
- Stars: 12
- Watchers: 105
- Forks: 2
- Open Issues: 0
-
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
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.14.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.14.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.11](https://github.com/github/gh-es/blob/3.11/README.md)
* [3.12](https://github.com/github/gh-es/blob/3.12/README.md)
* [3.13](https://github.com/github/gh-es/blob/3.13/README.md)
* [3.14](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).