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-vendor - Vendor dependencies into the project

SYNOPSIS
     git-pkgs vendor [flags]

DESCRIPTION
     Vendor  dependencies into a local directory using the detected package man-
     ager.  Detects the package manager from lockfiles in the current  directory
     and runs the appropriate vendor command.

     Examples:
       git-pkgs vendor		    # vendor dependencies
       git-pkgs vendor -e go	    # only vendor Go ecosystem
       git-pkgs vendor -m cargo     # force cargo

OPTIONS
     --dry-run[=false]	    Show what would be run without executing

     -e, --ecosystem=""      Filter to specific ecosystem

     -x, --extra=[]	 Extra arguments to pass to package manager

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

     -m,  --manager=""	     Override detected package manager (takes precedence
     over -e)

     -t, --timeout=10m0s      Timeout for vendor operation

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

home | help