Thanks to visit codestin.com
Credit goes to github.com

Skip to content

givensuman/gh-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-tag logo

gh-tag

A GitHub CLI extension for managing tags.

Installation

gh extension install givensuman/gh-tag

Usage

List tags

gh tag list
gh tag list --limit 50
gh tag list --search v1.
gh tag list --json

Create a tag

gh tag create v1.2.3
gh tag create v1.2.3 --commit abc1234
gh tag create v1.2.3 --message "Release v1.2.3"

Delete a tag

gh tag delete v1.2.3
gh tag delete v1.2.3 --confirm
gh tag delete v1.2.3 --both

View a tag

gh tag view v1.2.3

Override repository

All commands accept --repo owner/repo to target a repository other than the one detected from the current directory:

gh tag list --repo cli/cli

License

MIT

About

a github cli extension for managing tags

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages