Categorygithub.com/acim/github-latest
repositorypackage
0.6.7
Repository: https://github.com/acim/github-latest.git
Documentation: pkg.go.dev

# README

github-latest

check release Go Reference Go Report

Small utility to find out the latest release of a GitHub repository.

Installation

From source

go install github.com/acim/github-latest@latest

Binary releases

Usage

github-latest owner/repo [major]

major parameter is optional

Example

github-latest helm/helm 2

Private repositories or rate limit

If you want to access your private repository or you need more than 60 requests per hour, define GITHUB_ACCESS_TOKEN environment variable on your local machine.

You can generate your token on GitHub - Settings - Developer settings - Personal access tokens