dub-list - Prints a list of all or selected local packages dub is aware of
Contents
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...
