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-resolve  -  Print  parsed  dependency graph from the local package
     manager

SYNOPSIS
     git-pkgs resolve [flags]

DESCRIPTION
     Run the detected package manager's dependency graph command, parse the out-
     put into a normalized dependency tree with PURLs, and print the result.

     Assumes dependencies are already installed. Run 'git-pkgs install' first if
     needed.

     Examples:
       git-pkgs resolve 	     # resolve dependencies (tree output)
       git-pkgs resolve -f json      # output as JSON
       git-pkgs resolve -e go	     # only resolve Go ecosystem
       git-pkgs resolve -m cargo     # force cargo
       git-pkgs resolve --raw	     # print raw manager output

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

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

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

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

     --raw[=false]	Print raw manager output instead of parsed JSON

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

home | help