logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gophian-estimate - Estimate work required to Debianize a given Go package

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]

See Also