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-install	- Install dependencies from lockfile

SYNOPSIS
       git-pkgs	install	[flags]

DESCRIPTION
       Install	dependencies  using the	detected package manager.  Detects the
       package manager from lockfiles in the current directory	and  runs  the
       appropriate install command.

       Examples:
	 git-pkgs install	       # install dependencies
	 git-pkgs  install  --frozen	  #  fail if lockfile would change (CI
       mode)
	 git-pkgs install -e npm       # only install npm ecosystem
	 git-pkgs install -m pnpm      # force pnpm

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

       --frozen[=false]	     Fail if lockfile would change (CI mode)

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

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

       -t, --timeout=10m0s	Timeout	for install 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-install&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help