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-licenses - Show license information for dependencies

SYNOPSIS
     git-pkgs licenses [flags]

DESCRIPTION
     Retrieve license information for all dependencies in the project.	Licenses
     are normalized to SPDX identifiers when possible.

OPTIONS
     --allow=[]      Only allow these licenses (exit 1 on violation)

     -b, --branch=""	  Branch to query (default: current branch)

     -c, --commit=""	  Check licenses at specific commit (default: HEAD)

     --copyleft[=false]      Flag copyleft licenses (GPL, AGPL)

     --deny=[]	    Deny these licenses (exit 1 if found)

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

     -f, --format="text"      Output format: text, json, csv

     --group[=false]	  Group output by license

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

     --permissive[=false]      Flag non-permissive licenses

     --unknown[=false]	    Flag packages with unknown licenses

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-licenses&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help