GitXplorerGitXplorer
g

gh-es

public
12 stars
1 forks
0 issues

Commits

List of commits on branch main.
Verified
637db01891154833c3414c8694f44ccbf44d0b8a

Update generated docs for 3.14.0

gghes-bot committed a month ago
Verified
004386b7fe1bc18566f729a4dd267db8f1397019

Update generated docs for 3.13.0

gghes-bot committed 4 months ago
Verified
dfe39d2941fbf14ce60b2a8372582fcb5445a83f

Update generated docs for 3.12.0

gghes-bot committed 7 months ago
Verified
09e7bfecaada8c7d295a8c0a0522f966bf69cc3e

Update generated docs for 3.11.0

gghes-bot committed 10 months ago
Verified
50bb7484e57fd14aeb6209e899a12808bcc96ca8

Initial commit

mmanue1 committed a year ago

README

The README file for this repository.

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.

In order to use it as a CLI extension, you must have the GitHub CLI installed.

To install the latest version, use:

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:

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 for more information on how to use the CLI commands of each release.

Usage

For more information on how to use the CLI and its commands, please see the USAGE documentation.

License

This project is licensed under the terms of the MIT open source license. Please refer to LICENSE for the full terms.

Support

See SUPPORT.

Contributing

See CONTRIBUTING.