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-update - Update dependencies

SYNOPSIS
     git-pkgs update [package] [flags]

DESCRIPTION
     Update  dependencies using the detected package manager.  If a package name
     is provided, only that package is updated.  Otherwise, all dependencies are
     updated.

     Examples:
       git-pkgs update		    # update all dependencies
       git-pkgs update lodash	    # update specific package
       git-pkgs update -e npm	    # only update npm ecosystem
       git-pkgs update --all	    # update all (for  managers  that  need  ex-
     plicit flag)

OPTIONS
     --all[=false]	 Update all dependencies (for managers like mix that re-
     quire explicit --all)

     --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 update

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

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

home | help