Skip to content

cli.github.com

GitHub’s official command line tool

Package Information

  • Domain: cligithub.com
  • Name: cli.github.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install gh

Programs

This package provides the following executable programs:

  • gh

Aliases

This package can also be accessed using these aliases:

  • gh

Available Versions

Show all 78 versions
  • 2.74.2, 2.74.1, 2.74.0, 2.73.0, 2.72.0
  • 2.71.2, 2.71.1, 2.71.0, 2.70.0, 2.69.0
  • 2.68.1, 2.68.0, 2.67.0, 2.66.1, 2.66.0
  • 2.65.0, 2.64.0, 2.63.2, 2.63.1, 2.63.0
  • 2.62.0, 2.61.0, 2.60.1, 2.60.0, 2.59.0
  • 2.58.0, 2.57.0, 2.56.0, 2.55.0, 2.54.0
  • 2.53.0, 2.52.0, 2.51.0, 2.50.0, 2.49.2
  • 2.49.1, 2.49.0, 2.48.0, 2.47.0, 2.46.0
  • 2.45.0, 2.44.1, 2.44.0, 2.43.1, 2.43.0
  • 2.42.1, 2.42.0, 2.41.0, 2.40.1, 2.40.0
  • 2.39.2, 2.39.1, 2.39.0, 2.38.0, 2.37.0
  • 2.36.0, 2.35.0, 2.34.0, 2.33.0, 2.32.1
  • 2.32.0, 2.31.0, 2.30.0, 2.29.0, 2.27.0
  • 2.26.1, 2.26.0, 2.25.1, 2.25.0, 2.24.3
  • 2.24.2, 2.24.1, 2.24.0, 2.23.0, 2.22.1
  • 2.22.0, 2.21.2, 2.20.2

Latest Version: 2.74.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +cligithub.com@2.74.2 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.cligithubcom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.