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-urls - Show registry URLs for a	package

SYNOPSIS
       git-pkgs	urls  [flags]

DESCRIPTION
       Display all known URLs for a package: registry page, download, documen-
       tation, and PURL.

       The  package can	be specified as	a PURL (pkg:cargo/serde@1.0.0) or as a
       plain package name. When	using a	plain name, the	database  is  searched
       for  a  matching	 dependency and	the ecosystem and version are inferred
       from it.

       Examples:
	 git-pkgs urls pkg:cargo/serde@1.0.0
	 git-pkgs urls lodash --ecosystem npm
	 git-pkgs urls pkg:npm/express@4.19.0 --format json

OPTIONS
       -e,  --ecosystem=""	 Filter/specify	 ecosystem  (used   for	  name
       lookups)

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

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

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

home | help