gophian-estimate - Estimate work required to Debianize a given Go package
Contents
Arguments
IMPORTPATH - The import path of the Go package being estimated.
Description
This subcommand recursively finds all dependencies of a given package and checks if they are packaged in
Debian, producing a coloured tree to indicate which dependencies are already available as packages, and
which are not.
Name
gophian-estimate - Estimate work required to Debianize a given Go package
Options
--[no-]quiet - Don't print warnings.
--[no-]warn-packaged - Warn if the given Go package has already been packaged for Debian. (default: on)
--[no-]include-packaged-deps - Include packaged dependencies in the estimate. (default: on)
--[no-]include-version-conflicts - Include any version conflicts between the package's go.mod and the
version in Debian unstable. Ignored if --no-include-packaged-deps is passed. (default: off)
--max-depth <INT> - Maximum recursion depth of unpackaged dependencies.
--help - Show help message and exit.
See Also
gophian-estimate-graphviz(1) 2025-03-05 GOPHIAN-ESTIMATE(1)
Synopsis
gophianestimate <IMPORTPATH> [OPTIONS]
