Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
GIT-PKGS(1)			 Git Pkgs Manual		     GIT-PKGS(1)

NAME
     git-pkgs-changelog - Show changelog entries for a package

SYNOPSIS
     git-pkgs changelog  [flags]

DESCRIPTION
     Fetch and display changelog entries for a package between two versions.

     Uses  the	ecosyste.ms API to locate the package's repository and changelog
     file, then parses entries between the specified versions.

     Examples:
       git-pkgs changelog lodash -e npm --from 4.17.20 --to 4.17.21
       git-pkgs changelog pkg:cargo/serde --from 1.0.0 --to 1.0.200
       git-pkgs changelog express -e npm

OPTIONS
     -e, --ecosystem=""      Filter by ecosystem

     --from=""	    Current/old version

     -h, --help[=false]      help for changelog

     -m, --manager=""	   Override package manager (for ecosystem detection)

     --to=""	  Target/new version (defaults to latest)

OPTIONS INHERITED FROM PARENT COMMANDS
     --color="auto"	 When to colorize output: auto, always, never

     --include-submodules[=false]      Include git submodules when scanning  for
     manifests

     -p, --pager[=false]      Use pager for output

     -q, --quiet[=false]      Suppress non-essential output

SEE ALSO
     git-pkgs(1)

HISTORY
     11-Jun-2026 Auto generated by spf13/cobra

git-pkgs			    Jun 2026			     GIT-PKGS(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=git-pkgs-changelog&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help