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

dub-list - Prints a list of all or selected local packages dub is aware of

Author

       Copyright (c) 1999-2025 by The D Language Foundation

Description

       Prints a list of all or selected local packages. This includes all cached packages (user or system wide),
       all packages in the package search paths ("dub add-path") and all manually registered packages ("dub add-
       local"). If a package (and optionally a version spec) is specified, only matching packages are shown.

Exit Status

0      DUB succeeded

       1      usage errors, unknown command line flags

       2      package not found, package failed to load, miscellaneous error

Files

dub.sdl, dub.json

Name

       dub-list - Prints a list of all or selected local packages dub is aware of

Online Documentation

Options

COMMONOPTIONS
       See dub(1)

See Also

dub(1), dub-search(1)

The D Language Foundation                          2025-01-22                                        DUB-LIST(1)

Synopsis

dublist [<package>[@<version-spec>]] OPTIONS...

See Also