Skip to content

rsvalerio/asdf-gh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-gh Build Lint

GitHub CLI (gh) plugin for the asdf version manager.

Contents

About

GitHub CLI (gh) is a command-line tool for GitHub operations and workflows. This plugin allows you to manage different versions of GitHub CLI using asdf.

With GitHub CLI, you can:

  • Work with GitHub issues, pull requests, and releases
  • Manage repositories and organizations
  • Authenticate with GitHub
  • Run GitHub Actions workflows
  • Create and manage gists
  • Clone repositories with authentication
  • Integrate with your development workflow

For more information, visit cli.github.com.

Dependencies

  • bash, curl, tar, and POSIX utilities.
  • Supported platforms: macOS (ARM64 and AMD64) and Linux (AMD64)

Install

Plugin:

asdf plugin add gh
# or
asdf plugin add gh https://github.com/rsvalerio/asdf-gh.git

GitHub CLI:

# Show all installable versions
asdf list-all gh

# Install specific version
asdf install gh latest

# Set a version globally (on your ~/.tool-versions file)
asdf global gh latest

# Now gh commands are available
gh --version

# Authenticate with GitHub
gh auth login

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Rodrigo Valeri

About

asdf plugin to install GitHub client: gh

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages