Skip to content

thombashi/gh-git-describe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-git-describe

gh extension to execute git describe on a remote GitHub repository.

Go Reference Go Report Card CI CodeQL

Installation

gh extension install thombashi/gh-git-describe

Upgrade

gh extension upgrade git-describe

Usage

Command help

      --cache-dir string   cache directory path. If not specified, use the system's temporary directory.
      --log-level string   log level (debug, info, warn, error) (default "info")
      --no-cache           disable cache
  -R, --repo string        GitHub repository ID. If not specified, use the current repository.

Examples

$ gh git-describe -R actions/checkout -- --tags a5ac7e51b41094c92402da3b24376905380afc29
v4.1.6
$ gh git-describe -R actions/checkout -- --tags b80ff79f1755d06ba70441c368a6fe801f5f3a62
v4.1.6-2-gb80ff79